🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

SqlAugur

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlaugur - nuget Package Compare versions

Comparing version
1.5.0
to
1.4.0
services/metadata/...34be63404f2d49cbbce4c33b556702dd.psmdcp

Sorry, the diff of this file is not supported yet

+6
-7

@@ -117,3 +117,3 @@ <!-- mcp-name: io.github.mbentham/sqlaugur -->

- **AST-level query validation** — Most MCP database servers use keyword blocking or no validation at all. This project parses every query into a full syntax tree using Microsoft's official `TSql180Parser`. Comment injection, string literal tricks, and encoding bypasses are blocked at the syntax level, not with fragile regex patterns.
- **AST-level query validation** — Most MCP database servers use keyword blocking or no validation at all. This project parses every query into a full syntax tree using Microsoft's official `TSql170Parser`. Comment injection, string literal tricks, and encoding bypasses are blocked at the syntax level, not with fragile regex patterns.

@@ -318,3 +318,3 @@ - **Rate limiting** — Token bucket throughput limiting and concurrency control prevent runaway AI query loops from overwhelming production SQL Servers. No other MCP database server offers this.

The server provides 30 tools organized into toolsets. Six core tools are always available. Additional toolsets are loaded at startup (static mode) or on demand (dynamic mode).
The server provides 29 tools organized into toolsets. Six core tools are always available. Additional toolsets are loaded at startup (static mode) or on demand (dynamic mode).

@@ -369,3 +369,3 @@ ### Core Tools

<details>
<summary><strong>First Responder Kit</strong> (7 tools) — requires <code>EnableFirstResponderKit: true</code></summary>
<summary><strong>First Responder Kit</strong> (6 tools) — requires <code>EnableFirstResponderKit: true</code></summary>

@@ -382,3 +382,2 @@ Install from: [github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit)

| `sp_blitz_lock` | Deadlock analysis from the `system_health` extended event session. |
| `sp_blitz_plan_compare` | Cross-server query plan comparison — captures a plan snapshot on one server and compares it to the cached plan on a second server without using linked servers. Requires the [demon_hunters branch](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/tree/demon_hunters) until merged to main. |

@@ -439,3 +438,3 @@ </details>

Every query is parsed into an [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree) (AST) using Microsoft's official `TSql180Parser` and must pass these rules:
Every query is parsed into an [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree) (AST) using Microsoft's official `TSql170Parser` and must pass these rules:

@@ -445,3 +444,3 @@ - **Single statement only** — multiple statements are rejected

- **No SELECT INTO** — prevents table creation via SELECT
- **No external data access** — OPENROWSET (all variants including BULK, Cosmos DB, and internal), OPENQUERY, OPENDATASOURCE, OPENXML blocked
- **No external data access** — OPENROWSET, OPENQUERY, OPENDATASOURCE, OPENXML blocked
- **No linked servers** — four-part name references are rejected

@@ -471,3 +470,3 @@ - **No MAXRECURSION hint** — prevents overriding the default recursion limit

- This project depends on the official Microsoft [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) (`ModelContextProtocol` NuGet package, version 1.2.0). As the MCP framework handles all protocol I/O, any vulnerability in it directly affects this application's security boundary. Monitor the package for updates and upgrade when new versions are released.
- This project depends on the official Microsoft [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) (`ModelContextProtocol` NuGet package) which is currently a prerelease version. Prerelease packages may contain undiscovered security vulnerabilities and receive breaking changes. As the MCP framework handles all protocol I/O, any vulnerability in it directly affects this application's security boundary. Monitor the package for stable releases and upgrade when available.
- The data returned from a SQL Server query could include malicious prompt injection targeting AIs. This is a risk of all AI use and cannot be mitigated by this project. Ensure you're following best practices for AI security and only connecting to trusted data sources.

@@ -474,0 +473,0 @@

@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?>

<id>SqlAugur</id>
<version>1.5.0</version>
<version>1.4.0</version>
<authors>mbentham</authors>

@@ -17,4 +17,4 @@ <license type="file">LICENSE</license>

</packageTypes>
<repository type="git" url="https://github.com/mbentham/SqlAugur.git" commit="0d981e525447b83c6a8067808f8e7aa5756a9aed" />
<repository type="git" url="https://github.com/mbentham/SqlAugur.git" commit="78e6110ba80af6a818402ebc8a6e1f2d3ff48fe0" />
</metadata>
</package>

@@ -9,10 +9,10 @@ {

".NETCoreApp,Version=v10.0": {
"SqlAugur/1.5.0": {
"SqlAugur/1.4.0": {
"dependencies": {
"Azure.Extensions.AspNetCore.Configuration.Secrets": "1.5.0",
"Microsoft.Data.SqlClient": "7.0.0",
"Microsoft.Extensions.Hosting": "10.0.7",
"Microsoft.SqlServer.TransactSql.ScriptDom": "180.6.0",
"ModelContextProtocol": "1.2.0",
"System.Threading.RateLimiting": "10.0.7"
"Azure.Extensions.AspNetCore.Configuration.Secrets": "1.4.0",
"Microsoft.Data.SqlClient": "6.1.4",
"Microsoft.Extensions.Hosting": "10.0.3",
"Microsoft.SqlServer.TransactSql.ScriptDom": "170.157.0",
"ModelContextProtocol": "0.8.0-preview.1",
"System.Threading.RateLimiting": "10.0.3"
},

@@ -23,88 +23,78 @@ "runtime": {

},
"Azure.Core/1.51.1": {
"Azure.Core/1.50.0": {
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "10.0.2",
"System.ClientModel": "1.9.0",
"System.Memory.Data": "10.0.1"
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"System.ClientModel": "1.8.0",
"System.Memory.Data": "8.0.1"
},
"runtime": {
"lib/net10.0/Azure.Core.dll": {
"assemblyVersion": "1.51.1.0",
"fileVersion": "1.5100.126.10405"
"lib/net8.0/Azure.Core.dll": {
"assemblyVersion": "1.50.0.0",
"fileVersion": "1.5000.25.55604"
}
}
},
"Azure.Extensions.AspNetCore.Configuration.Secrets/1.5.0": {
"Azure.Extensions.AspNetCore.Configuration.Secrets/1.4.0": {
"dependencies": {
"Azure.Core": "1.51.1",
"Azure.Identity": "1.18.0",
"Azure.Security.KeyVault.Secrets": "4.9.0",
"Microsoft.Extensions.Configuration": "10.0.7"
"Azure.Core": "1.50.0",
"Azure.Security.KeyVault.Secrets": "4.6.0",
"Microsoft.Extensions.Configuration": "10.0.3"
},
"runtime": {
"lib/net10.0/Azure.Extensions.AspNetCore.Configuration.Secrets.dll": {
"assemblyVersion": "1.5.0.0",
"fileVersion": "1.500.26.15402"
"lib/net8.0/Azure.Extensions.AspNetCore.Configuration.Secrets.dll": {
"assemblyVersion": "1.4.0.0",
"fileVersion": "1.400.25.10702"
}
}
},
"Azure.Identity/1.18.0": {
"Azure.Identity/1.17.1": {
"dependencies": {
"Azure.Core": "1.51.1",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.7",
"Microsoft.Identity.Client": "4.78.0",
"Azure.Core": "1.50.0",
"Microsoft.Identity.Client": "4.80.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.78.0"
},
"runtime": {
"lib/net10.0/Azure.Identity.dll": {
"assemblyVersion": "1.18.0.0",
"fileVersion": "1.1800.26.12602"
"lib/net8.0/Azure.Identity.dll": {
"assemblyVersion": "1.17.1.0",
"fileVersion": "1.1700.125.56903"
}
}
},
"Azure.Security.KeyVault.Secrets/4.9.0": {
"Azure.Security.KeyVault.Secrets/4.6.0": {
"dependencies": {
"Azure.Core": "1.51.1"
"Azure.Core": "1.50.0"
},
"runtime": {
"lib/net10.0/Azure.Security.KeyVault.Secrets.dll": {
"assemblyVersion": "4.9.0.0",
"fileVersion": "4.900.26.12407"
"lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
"assemblyVersion": "4.6.0.0",
"fileVersion": "4.600.24.11403"
}
}
},
"Microsoft.Bcl.AsyncInterfaces/10.0.2": {
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
"runtime": {
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
"assemblyVersion": "10.0.0.2",
"fileVersion": "10.0.225.61305"
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.23.53103"
}
}
},
"Microsoft.Bcl.Cryptography/9.0.13": {
"runtime": {
"lib/net9.0/Microsoft.Bcl.Cryptography.dll": {
"assemblyVersion": "9.0.0.13",
"fileVersion": "9.0.1326.6317"
}
}
},
"Microsoft.Data.SqlClient/7.0.0": {
"Microsoft.Data.SqlClient/6.1.4": {
"dependencies": {
"Microsoft.Bcl.Cryptography": "9.0.13",
"Microsoft.Data.SqlClient.Extensions.Abstractions": "1.0.0",
"Microsoft.Data.SqlClient.Internal.Logging": "1.0.0",
"Azure.Core": "1.50.0",
"Azure.Identity": "1.17.1",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
"Microsoft.Extensions.Caching.Memory": "9.0.13",
"Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.16.0",
"Microsoft.Extensions.Caching.Memory": "9.0.11",
"Microsoft.Identity.Client": "4.80.0",
"Microsoft.IdentityModel.JsonWebTokens": "7.7.1",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.7.1",
"Microsoft.SqlServer.Server": "1.0.0",
"System.Configuration.ConfigurationManager": "9.0.13",
"System.Security.Cryptography.Pkcs": "9.0.13"
"System.Configuration.ConfigurationManager": "9.0.11",
"System.IdentityModel.Tokens.Jwt": "7.7.1",
"System.Security.Cryptography.Pkcs": "9.0.11"
},
"runtime": {
"lib/net9.0/Microsoft.Data.SqlClient.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.0.26076"
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.14.26015.4"
}

@@ -157,4 +147,4 @@ },

"assetType": "runtime",
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.0.26076"
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.14.26015.4"
},

@@ -164,26 +154,7 @@ "runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll": {

"assetType": "runtime",
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.0.26076"
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.14.26015.4"
}
}
},
"Microsoft.Data.SqlClient.Extensions.Abstractions/1.0.0": {
"dependencies": {
"Microsoft.Data.SqlClient.Internal.Logging": "1.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Data.SqlClient.Extensions.Abstractions.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.26076"
}
}
},
"Microsoft.Data.SqlClient.Internal.Logging/1.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Data.SqlClient.Internal.Logging.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.26076"
}
}
},
"Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {

@@ -194,3 +165,3 @@ "runtimeTargets": {

"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
},

@@ -200,3 +171,3 @@ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {

"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
},

@@ -206,17 +177,17 @@ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {

"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
}
}
},
"Microsoft.Extensions.AI.Abstractions/10.4.1": {
"Microsoft.Extensions.AI.Abstractions/10.2.0": {
"runtime": {
"lib/net10.0/Microsoft.Extensions.AI.Abstractions.dll": {
"assemblyVersion": "10.4.0.0",
"fileVersion": "10.400.126.16803"
"assemblyVersion": "10.2.0.0",
"fileVersion": "10.200.26.6302"
}
}
},
"Microsoft.Extensions.Caching.Abstractions/10.0.5": {
"Microsoft.Extensions.Caching.Abstractions/10.0.2": {
"dependencies": {
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -226,13 +197,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.526.15411"
"fileVersion": "10.0.225.61305"
}
}
},
"Microsoft.Extensions.Caching.Memory/9.0.13": {
"Microsoft.Extensions.Caching.Memory/9.0.11": {
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.5",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Caching.Abstractions": "10.0.2",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -242,10 +213,10 @@ "runtime": {

"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.1326.6317"
"fileVersion": "9.0.1125.51716"
}
}
},
"Microsoft.Extensions.Configuration/10.0.7": {
"Microsoft.Extensions.Configuration/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -255,9 +226,9 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/10.0.7": {
"Microsoft.Extensions.Configuration.Abstractions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -267,10 +238,10 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.Binder/10.0.7": {
"Microsoft.Extensions.Configuration.Binder/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3"
},

@@ -280,10 +251,10 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.CommandLine/10.0.7": {
"Microsoft.Extensions.Configuration.CommandLine/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3"
},

@@ -293,10 +264,10 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.7": {
"Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3"
},

@@ -306,13 +277,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/10.0.7": {
"Microsoft.Extensions.Configuration.FileExtensions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
"Microsoft.Extensions.FileProviders.Physical": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
"Microsoft.Extensions.FileProviders.Physical": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -322,12 +293,12 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.Json/10.0.7": {
"Microsoft.Extensions.Configuration.Json/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Configuration.FileExtensions": "10.0.7",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Configuration.FileExtensions": "10.0.3",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3"
},

@@ -337,12 +308,12 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Configuration.UserSecrets/10.0.7": {
"Microsoft.Extensions.Configuration.UserSecrets/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Configuration.Json": "10.0.7",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
"Microsoft.Extensions.FileProviders.Physical": "10.0.7"
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Configuration.Json": "10.0.3",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
"Microsoft.Extensions.FileProviders.Physical": "10.0.3"
},

@@ -352,9 +323,9 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.DependencyInjection/10.0.7": {
"Microsoft.Extensions.DependencyInjection/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
},

@@ -364,19 +335,19 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": {
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.3": {
"runtime": {
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Diagnostics/10.0.7": {
"Microsoft.Extensions.Diagnostics/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.7",
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.3",
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.3"
},

@@ -386,10 +357,10 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.7": {
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3"
},

@@ -399,9 +370,9 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/10.0.7": {
"Microsoft.Extensions.FileProviders.Abstractions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -411,11 +382,11 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/10.0.7": {
"Microsoft.Extensions.FileProviders.Physical/10.0.3": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
"Microsoft.Extensions.FileSystemGlobbing": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
"Microsoft.Extensions.FileSystemGlobbing": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -425,38 +396,38 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/10.0.7": {
"Microsoft.Extensions.FileSystemGlobbing/10.0.3": {
"runtime": {
"lib/net10.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Hosting/10.0.7": {
"Microsoft.Extensions.Hosting/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Configuration.Binder": "10.0.7",
"Microsoft.Extensions.Configuration.CommandLine": "10.0.7",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "10.0.7",
"Microsoft.Extensions.Configuration.FileExtensions": "10.0.7",
"Microsoft.Extensions.Configuration.Json": "10.0.7",
"Microsoft.Extensions.Configuration.UserSecrets": "10.0.7",
"Microsoft.Extensions.DependencyInjection": "10.0.7",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Diagnostics": "10.0.7",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
"Microsoft.Extensions.FileProviders.Physical": "10.0.7",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging.Configuration": "10.0.7",
"Microsoft.Extensions.Logging.Console": "10.0.7",
"Microsoft.Extensions.Logging.Debug": "10.0.7",
"Microsoft.Extensions.Logging.EventLog": "10.0.7",
"Microsoft.Extensions.Logging.EventSource": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Configuration.Binder": "10.0.3",
"Microsoft.Extensions.Configuration.CommandLine": "10.0.3",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "10.0.3",
"Microsoft.Extensions.Configuration.FileExtensions": "10.0.3",
"Microsoft.Extensions.Configuration.Json": "10.0.3",
"Microsoft.Extensions.Configuration.UserSecrets": "10.0.3",
"Microsoft.Extensions.DependencyInjection": "10.0.3",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Diagnostics": "10.0.3",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
"Microsoft.Extensions.FileProviders.Physical": "10.0.3",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging.Configuration": "10.0.3",
"Microsoft.Extensions.Logging.Console": "10.0.3",
"Microsoft.Extensions.Logging.Debug": "10.0.3",
"Microsoft.Extensions.Logging.EventLog": "10.0.3",
"Microsoft.Extensions.Logging.EventSource": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3"
},

@@ -466,13 +437,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Hosting.Abstractions/10.0.7": {
"Microsoft.Extensions.Hosting.Abstractions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.7",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7"
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.3",
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3"
},

@@ -482,11 +453,11 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging/10.0.7": {
"Microsoft.Extensions.Logging/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7"
"Microsoft.Extensions.DependencyInjection": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3"
},

@@ -496,9 +467,9 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.Abstractions/10.0.7": {
"Microsoft.Extensions.Logging.Abstractions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
},

@@ -508,16 +479,16 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.Configuration/10.0.7": {
"Microsoft.Extensions.Logging.Configuration/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration": "10.0.7",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Configuration.Binder": "10.0.7",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7",
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.7"
"Microsoft.Extensions.Configuration": "10.0.3",
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Configuration.Binder": "10.0.3",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.3"
},

@@ -527,13 +498,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.Console/10.0.7": {
"Microsoft.Extensions.Logging.Console/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging.Configuration": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging.Configuration": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3"
},

@@ -543,11 +514,11 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.Debug/10.0.7": {
"Microsoft.Extensions.Logging.Debug/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3"
},

@@ -557,13 +528,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.EventLog/10.0.7": {
"Microsoft.Extensions.Logging.EventLog/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7",
"System.Diagnostics.EventLog": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"System.Diagnostics.EventLog": "10.0.3"
},

@@ -573,13 +544,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Logging.EventSource/10.0.7": {
"Microsoft.Extensions.Logging.EventSource/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Logging": "10.0.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -589,10 +560,10 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Options/10.0.7": {
"Microsoft.Extensions.Options/10.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -602,13 +573,13 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.7": {
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.3": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Configuration.Binder": "10.0.7",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7",
"Microsoft.Extensions.Options": "10.0.7",
"Microsoft.Extensions.Primitives": "10.0.7"
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.Configuration.Binder": "10.0.3",
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"Microsoft.Extensions.Primitives": "10.0.3"
},

@@ -618,22 +589,22 @@ "runtime": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Extensions.Primitives/10.0.7": {
"Microsoft.Extensions.Primitives/10.0.3": {
"runtime": {
"lib/net10.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"Microsoft.Identity.Client/4.78.0": {
"Microsoft.Identity.Client/4.80.0": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.16.0"
"Microsoft.IdentityModel.Abstractions": "8.14.0"
},
"runtime": {
"lib/net8.0/Microsoft.Identity.Client.dll": {
"assemblyVersion": "4.78.0.0",
"fileVersion": "4.78.0.0"
"assemblyVersion": "4.80.0.0",
"fileVersion": "4.80.0.0"
}

@@ -644,4 +615,4 @@ }

"dependencies": {
"Microsoft.Identity.Client": "4.78.0",
"System.Security.Cryptography.ProtectedData": "9.0.13"
"Microsoft.Identity.Client": "4.80.0",
"System.Security.Cryptography.ProtectedData": "9.0.11"
},

@@ -655,64 +626,63 @@ "runtime": {

},
"Microsoft.IdentityModel.Abstractions/8.16.0": {
"Microsoft.IdentityModel.Abstractions/8.14.0": {
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "8.14.0.0",
"fileVersion": "8.14.0.60815"
}
}
},
"Microsoft.IdentityModel.JsonWebTokens/8.16.0": {
"Microsoft.IdentityModel.JsonWebTokens/7.7.1": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "8.16.0"
"Microsoft.IdentityModel.Tokens": "7.7.1"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}
}
},
"Microsoft.IdentityModel.Logging/8.16.0": {
"Microsoft.IdentityModel.Logging/7.7.1": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.16.0"
"Microsoft.IdentityModel.Abstractions": "8.14.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}
}
},
"Microsoft.IdentityModel.Protocols/8.16.0": {
"Microsoft.IdentityModel.Protocols/7.7.1": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "8.16.0"
"Microsoft.IdentityModel.Tokens": "7.7.1"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Protocols.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}
}
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.16.0": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1": {
"dependencies": {
"Microsoft.IdentityModel.Protocols": "8.16.0",
"System.IdentityModel.Tokens.Jwt": "8.16.0"
"Microsoft.IdentityModel.Protocols": "7.7.1",
"System.IdentityModel.Tokens.Jwt": "7.7.1"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}
}
},
"Microsoft.IdentityModel.Tokens/8.16.0": {
"Microsoft.IdentityModel.Tokens/7.7.1": {
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"Microsoft.IdentityModel.Logging": "8.16.0"
"Microsoft.IdentityModel.Logging": "7.7.1"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}

@@ -729,7 +699,7 @@ }

},
"Microsoft.SqlServer.TransactSql.ScriptDom/180.6.0": {
"Microsoft.SqlServer.TransactSql.ScriptDom/170.157.0": {
"runtime": {
"lib/net8.0/Microsoft.SqlServer.TransactSql.ScriptDom.dll": {
"assemblyVersion": "18.0.0.0",
"fileVersion": "18.0.6.0"
"assemblyVersion": "17.0.0.0",
"fileVersion": "17.0.157.0"
}

@@ -779,45 +749,43 @@ },

},
"ModelContextProtocol/1.2.0": {
"ModelContextProtocol/0.8.0-preview.1": {
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.5",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.7",
"ModelContextProtocol.Core": "1.2.0"
"Microsoft.Extensions.Caching.Abstractions": "10.0.2",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
"ModelContextProtocol.Core": "0.8.0-preview.1"
},
"runtime": {
"lib/net10.0/ModelContextProtocol.dll": {
"assemblyVersion": "1.2.0.0",
"fileVersion": "1.2.0.0"
"assemblyVersion": "0.8.0.0",
"fileVersion": "0.8.0.0"
}
}
},
"ModelContextProtocol.Core/1.2.0": {
"ModelContextProtocol.Core/0.8.0-preview.1": {
"dependencies": {
"Microsoft.Extensions.AI.Abstractions": "10.4.1",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7"
"Microsoft.Extensions.AI.Abstractions": "10.2.0",
"Microsoft.Extensions.Logging.Abstractions": "10.0.3"
},
"runtime": {
"lib/net10.0/ModelContextProtocol.Core.dll": {
"assemblyVersion": "1.2.0.0",
"fileVersion": "1.2.0.0"
"assemblyVersion": "0.8.0.0",
"fileVersion": "0.8.0.0"
}
}
},
"System.ClientModel/1.9.0": {
"System.ClientModel/1.8.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.7",
"Microsoft.Extensions.Logging.Abstractions": "10.0.7",
"System.Memory.Data": "10.0.1"
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"System.Memory.Data": "8.0.1"
},
"runtime": {
"lib/net10.0/System.ClientModel.dll": {
"assemblyVersion": "1.9.0.0",
"fileVersion": "1.900.26.7706"
"lib/net9.0/System.ClientModel.dll": {
"assemblyVersion": "1.8.0.0",
"fileVersion": "1.800.25.55302"
}
}
},
"System.Configuration.ConfigurationManager/9.0.13": {
"System.Configuration.ConfigurationManager/9.0.11": {
"dependencies": {
"System.Diagnostics.EventLog": "10.0.7",
"System.Security.Cryptography.ProtectedData": "9.0.13"
"System.Diagnostics.EventLog": "10.0.3",
"System.Security.Cryptography.ProtectedData": "9.0.11"
},

@@ -827,11 +795,11 @@ "runtime": {

"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.1326.6317"
"fileVersion": "9.0.1125.51716"
}
}
},
"System.Diagnostics.EventLog/10.0.7": {
"System.Diagnostics.EventLog/10.0.3": {
"runtime": {
"lib/net10.0/System.Diagnostics.EventLog.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}

@@ -844,3 +812,3 @@ },

"assemblyVersion": "10.0.0.0",
"fileVersion": "0.0.0.0"
"fileVersion": "10.0.326.7603"
},

@@ -851,31 +819,31 @@ "runtimes/win/lib/net10.0/System.Diagnostics.EventLog.dll": {

"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}
}
},
"System.IdentityModel.Tokens.Jwt/8.16.0": {
"System.IdentityModel.Tokens.Jwt/7.7.1": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
"Microsoft.IdentityModel.Tokens": "8.16.0"
"Microsoft.IdentityModel.JsonWebTokens": "7.7.1",
"Microsoft.IdentityModel.Tokens": "7.7.1"
},
"runtime": {
"lib/net10.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "8.16.0.0",
"fileVersion": "8.16.0.26043"
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "7.7.1.0",
"fileVersion": "7.7.1.50719"
}
}
},
"System.Memory.Data/10.0.1": {
"System.Memory.Data/8.0.1": {
"runtime": {
"lib/net10.0/System.Memory.Data.dll": {
"assemblyVersion": "10.0.0.1",
"fileVersion": "10.0.125.57005"
"lib/net8.0/System.Memory.Data.dll": {
"assemblyVersion": "8.0.0.1",
"fileVersion": "8.0.1024.46610"
}
}
},
"System.Security.Cryptography.Pkcs/9.0.13": {
"System.Security.Cryptography.Pkcs/9.0.11": {
"runtime": {
"lib/net9.0/System.Security.Cryptography.Pkcs.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.1326.6317"
"fileVersion": "9.0.1125.51716"
}

@@ -888,19 +856,19 @@ },

"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.1326.6317"
"fileVersion": "9.0.1125.51716"
}
}
},
"System.Security.Cryptography.ProtectedData/9.0.13": {
"System.Security.Cryptography.ProtectedData/9.0.11": {
"runtime": {
"lib/net9.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.1326.6317"
"fileVersion": "9.0.1125.51716"
}
}
},
"System.Threading.RateLimiting/10.0.7": {
"System.Threading.RateLimiting/10.0.3": {
"runtime": {
"lib/net10.0/System.Threading.RateLimiting.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.726.21808"
"fileVersion": "10.0.326.7603"
}

@@ -912,3 +880,3 @@ }

"libraries": {
"SqlAugur/1.5.0": {
"SqlAugur/1.4.0": {
"type": "project",

@@ -918,65 +886,44 @@ "serviceable": false,

},
"Azure.Core/1.51.1": {
"Azure.Core/1.50.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JRANrRvN5O5FFRh+pMUb8qqWU7jBQ39qXEbVr7Rkb1/s7rqc6RSzVHKGBz5Ro1gDy2WSGjG5YEOJKpPIBiCMcA==",
"path": "azure.core/1.51.1",
"hashPath": "azure.core.1.51.1.nupkg.sha512"
"sha512": "sha512-GBNKZEhdIbTXxedvD3R7I/yDVFX9jJJEz02kCziFSJxspSQ5RMHc3GktulJ1s7+ffXaXD7kMgrtdQTaggyInLw==",
"path": "azure.core/1.50.0",
"hashPath": "azure.core.1.50.0.nupkg.sha512"
},
"Azure.Extensions.AspNetCore.Configuration.Secrets/1.5.0": {
"Azure.Extensions.AspNetCore.Configuration.Secrets/1.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6dwMdsiW/bH4jYA8cmynQ2FclwDTERHE897NqdGRy+OROZdF9oTdz3sQIlezMoFGDg8IX8O2mPp8SbPymyuSnw==",
"path": "azure.extensions.aspnetcore.configuration.secrets/1.5.0",
"hashPath": "azure.extensions.aspnetcore.configuration.secrets.1.5.0.nupkg.sha512"
"sha512": "sha512-cy8kazCYnG/IUHQ9048UUmObgbPsqkQbcdrCAPxl1JA6ylLBV+v+8586bOWpuSF6GZaxpulLGFDBBm3PR5t1gA==",
"path": "azure.extensions.aspnetcore.configuration.secrets/1.4.0",
"hashPath": "azure.extensions.aspnetcore.configuration.secrets.1.4.0.nupkg.sha512"
},
"Azure.Identity/1.18.0": {
"Azure.Identity/1.17.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HiTpL2XRANXSPyrIkaq7eNDthi99UFbbJwMfpkkbVcdo3Au6yl3vPNWveoa4nO24JTcwyyXATZHn+eVnrVAWEQ==",
"path": "azure.identity/1.18.0",
"hashPath": "azure.identity.1.18.0.nupkg.sha512"
"sha512": "sha512-MSZkBrctcpiGxs9Cvr2VKKoN6qFLZlP3I6xuCWJ9iTgitI5Rgxtk5gfOSpXPZE3+CJmZ/mnqpQyGyjawFn5Vvg==",
"path": "azure.identity/1.17.1",
"hashPath": "azure.identity.1.17.1.nupkg.sha512"
},
"Azure.Security.KeyVault.Secrets/4.9.0": {
"Azure.Security.KeyVault.Secrets/4.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3cQKaNCfP6QQwEoqmxShIkzCQFJ9SlCbLzIb/UH/lMhpiqjVRkF62qOUP6T7NB4fnf7RV+TxsvjWpkNddu22EA==",
"path": "azure.security.keyvault.secrets/4.9.0",
"hashPath": "azure.security.keyvault.secrets.4.9.0.nupkg.sha512"
"sha512": "sha512-vwPceoznuT6glvirZcXlaCQrh1uzTSxpZUi2hRFNumHiS3hVyqIXI5fgWiLtlBzwqPJMTr0flUoSvGKjXXQlfg==",
"path": "azure.security.keyvault.secrets/4.6.0",
"hashPath": "azure.security.keyvault.secrets.4.6.0.nupkg.sha512"
},
"Microsoft.Bcl.AsyncInterfaces/10.0.2": {
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qE5JhRoeJbAipLqpUCZyNfNwnpAvUttXgIQDnTiJ15d8ji+/bPgoPkB3xLzK5cQTobN2D2ditUesUlDHb7p3Pg==",
"path": "microsoft.bcl.asyncinterfaces/10.0.2",
"hashPath": "microsoft.bcl.asyncinterfaces.10.0.2.nupkg.sha512"
"sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
"path": "microsoft.bcl.asyncinterfaces/8.0.0",
"hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
},
"Microsoft.Bcl.Cryptography/9.0.13": {
"Microsoft.Data.SqlClient/6.1.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5T+bH3Lb1nEe8Hf/ixMxLmhlrx5wRi53wv7OhVwG2F1ZviW1ejFRS1NHur3uqPpJRGtkQwUchtY6zhVK2R+v+w==",
"path": "microsoft.bcl.cryptography/9.0.13",
"hashPath": "microsoft.bcl.cryptography.9.0.13.nupkg.sha512"
"sha512": "sha512-lQcSog5LLImg4yNEuuG6ccvdzXnCvER8Rms9Ngk9zB4Q8na4f+S7/abSoC7gnEltBg4e5xTnLAWmMLIOtLg4pg==",
"path": "microsoft.data.sqlclient/6.1.4",
"hashPath": "microsoft.data.sqlclient.6.1.4.nupkg.sha512"
},
"Microsoft.Data.SqlClient/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/oolEwtHuDtpLKU8OItOTTxVJalgPtIkcNBwzXJ3YGyrkOAvLYqMtin9Z1jxqryJpds3PjuZBF5iKIYVVYVSvQ==",
"path": "microsoft.data.sqlclient/7.0.0",
"hashPath": "microsoft.data.sqlclient.7.0.0.nupkg.sha512"
},
"Microsoft.Data.SqlClient.Extensions.Abstractions/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rlnxc0KfwDSbE8ZHntFnl8SCgOa9QtJZblMv2zXLhRwl1Je7fsdsVzxSjzzC4JMsfAK+jXJWyezRB8SxUY4BdA==",
"path": "microsoft.data.sqlclient.extensions.abstractions/1.0.0",
"hashPath": "microsoft.data.sqlclient.extensions.abstractions.1.0.0.nupkg.sha512"
},
"Microsoft.Data.SqlClient.Internal.Logging/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Kue/7CF8KNT9zozfr30C94dMZVZml3atqWZvQemSXvTau76tRdypzeKiBKXadqgbOME0UiQIyVTNo5WxCRNVNg==",
"path": "microsoft.data.sqlclient.internal.logging/1.0.0",
"hashPath": "microsoft.data.sqlclient.internal.logging.1.0.0.nupkg.sha512"
},
"Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {

@@ -989,218 +936,218 @@ "type": "package",

},
"Microsoft.Extensions.AI.Abstractions/10.4.1": {
"Microsoft.Extensions.AI.Abstractions/10.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZxhU/wg9BOc3ohibhLl18toPLWm96ysQoE+3OhCgrZ0TUPZd7bsUmGteeatz08yweyuPIEhtyUzEZTF+3bMWEQ==",
"path": "microsoft.extensions.ai.abstractions/10.4.1",
"hashPath": "microsoft.extensions.ai.abstractions.10.4.1.nupkg.sha512"
"sha512": "sha512-ONGlIBht0ygEdKc0bCt9XWUiq19/460dAu7fCKzPM34OFJSMQIohEDTJwjCJ8vVp8znNakloc9xFF9+R/eDCYQ==",
"path": "microsoft.extensions.ai.abstractions/10.2.0",
"hashPath": "microsoft.extensions.ai.abstractions.10.2.0.nupkg.sha512"
},
"Microsoft.Extensions.Caching.Abstractions/10.0.5": {
"Microsoft.Extensions.Caching.Abstractions/10.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-k/QDdQ94/0Shi0KfU+e12m73jfQo+3JpErTtgpZfsCIqkvdEEO0XIx6R+iTbN55rNPaNhOqNY4/sB+jZ8XxVPw==",
"path": "microsoft.extensions.caching.abstractions/10.0.5",
"hashPath": "microsoft.extensions.caching.abstractions.10.0.5.nupkg.sha512"
"sha512": "sha512-WIRPDa/qoKHmJhTAPCO/zLu9kRLQ2Fd6HD5tzgdXJ3xGEVXDHP6FvakKJjynwKrVDld8H4G4tcbW53wuC/wxMQ==",
"path": "microsoft.extensions.caching.abstractions/10.0.2",
"hashPath": "microsoft.extensions.caching.abstractions.10.0.2.nupkg.sha512"
},
"Microsoft.Extensions.Caching.Memory/9.0.13": {
"Microsoft.Extensions.Caching.Memory/9.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OdQmN8LYcUEu20Fxii9mk68nHJGL+JPXF3w0+hxenf0oDDdDBA+ZV/S92FmIgAWAElowIiFA/g0x+8YB1g80Hg==",
"path": "microsoft.extensions.caching.memory/9.0.13",
"hashPath": "microsoft.extensions.caching.memory.9.0.13.nupkg.sha512"
"sha512": "sha512-J77oUeVZXdMoiUiCPkL4v13KrNRuMQnSHHw78cTh/2ZidyiMFm8jhu49OUKvNydMUX8ZcuM5g8uohW18YaglMw==",
"path": "microsoft.extensions.caching.memory/9.0.11",
"hashPath": "microsoft.extensions.caching.memory.9.0.11.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/10.0.7": {
"Microsoft.Extensions.Configuration/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wZbGh7J8R1vXN525O6d8dlcDTxhRTnd5MyW4LdfP5S0tSnTwTCseYSrq6g0Mxh7W9xn8P/2xPuf0D/m6k2dy2w==",
"path": "microsoft.extensions.configuration/10.0.7",
"hashPath": "microsoft.extensions.configuration.10.0.7.nupkg.sha512"
"sha512": "sha512-H1Cjv2xmm7O3iAGmFTcnSM0ZhLQ/7SqefmAvSJoT1PbXoxeYc2fo0mCLn2JlVbr9E6YpoU9q/o0fI9neDJB0xQ==",
"path": "microsoft.extensions.configuration/10.0.3",
"hashPath": "microsoft.extensions.configuration.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/10.0.7": {
"Microsoft.Extensions.Configuration.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t56nEgvECcyLPojZIUFWJknQQDAbgfTf9J+QMYJE1YYvVgz69vN6B/AKL8Grvj3Lcnp8kTpNqwmwFhb3YLJmtQ==",
"path": "microsoft.extensions.configuration.abstractions/10.0.7",
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-xVDHL0+SIgemfh95fTO9cGLe17TWv/ZP0n7m01z8X6pzt2DmQpucioWR/mYZA1sRlkWnkXzfl0JweLNWmE9WMg==",
"path": "microsoft.extensions.configuration.abstractions/10.0.3",
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/10.0.7": {
"Microsoft.Extensions.Configuration.Binder/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8bS1qIaRivny+WX+49pmeJ6iAylbtX8C0DLEcCQWZjdxQvLqaMssXiGD9P/6pYElrHbK5/nAHmjbQ8STqdMYeg==",
"path": "microsoft.extensions.configuration.binder/10.0.7",
"hashPath": "microsoft.extensions.configuration.binder.10.0.7.nupkg.sha512"
"sha512": "sha512-759UhpKaR5Jsll9kXpkft4z/7tpeF7Dw2rTY/9f9JchaSQTpRFNIPkZFZvoo7fFpbjUaqtDlO5aiGpmQrp/EUA==",
"path": "microsoft.extensions.configuration.binder/10.0.3",
"hashPath": "microsoft.extensions.configuration.binder.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.CommandLine/10.0.7": {
"Microsoft.Extensions.Configuration.CommandLine/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3lNjglxfFxOzI9zG+3HSg/YSGqo//8Fqw6u6iuIamZb4JCorbA3JLaeWOpfKTAPi2UJwaispOXWx14dUqcGz4A==",
"path": "microsoft.extensions.configuration.commandline/10.0.7",
"hashPath": "microsoft.extensions.configuration.commandline.10.0.7.nupkg.sha512"
"sha512": "sha512-qVytXuCHQCIJcOsJJnp+1mNCAtiWuLqI0qhCcByFuyxDifthefEWX3fVAXbaxn1lDP2iR1KH44Oq7tvmT7dBHg==",
"path": "microsoft.extensions.configuration.commandline/10.0.3",
"hashPath": "microsoft.extensions.configuration.commandline.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.7": {
"Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TWto3imA+mJMLZI+5sbgLiFFoOFNFkizQYNaC5jTuiHKn3diwm1RN7mWDOEZN9kG2bixw7IvgpvtUG5/teSRzA==",
"path": "microsoft.extensions.configuration.environmentvariables/10.0.7",
"hashPath": "microsoft.extensions.configuration.environmentvariables.10.0.7.nupkg.sha512"
"sha512": "sha512-jBm6bpc5OM2VHM/QYVUyD78xweFzble6UsIt7GUnQAwCm07hktFaUBtRfO7viLGg5qPbc4ByteNB7DeVAYNSfA==",
"path": "microsoft.extensions.configuration.environmentvariables/10.0.3",
"hashPath": "microsoft.extensions.configuration.environmentvariables.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/10.0.7": {
"Microsoft.Extensions.Configuration.FileExtensions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qbZLvLsoTdArSloEnSxs21P781YUmwVmHc5NJPQD/ezAreQ7884z+6QfAZVKi86WAZtzx83jK2uC4itxOM44gQ==",
"path": "microsoft.extensions.configuration.fileextensions/10.0.7",
"hashPath": "microsoft.extensions.configuration.fileextensions.10.0.7.nupkg.sha512"
"sha512": "sha512-/MLsBbLpwDxsU+7DDNwasf2mKrpMSOWEL377gNZTy5waFkCYvS3GVaLIz6bvikH4rAwHrCOxHw0t/5iCoImYCA==",
"path": "microsoft.extensions.configuration.fileextensions/10.0.3",
"hashPath": "microsoft.extensions.configuration.fileextensions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/10.0.7": {
"Microsoft.Extensions.Configuration.Json/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-64dimvyyKk0dbUbrLg/YCv4ugJ4sVz2aXLwfvZwR1EC4tJqW9ru/oVRcXwoJRa2lQGXtYtlpk4maWOeIb48tQw==",
"path": "microsoft.extensions.configuration.json/10.0.7",
"hashPath": "microsoft.extensions.configuration.json.10.0.7.nupkg.sha512"
"sha512": "sha512-mGGMOA9nkET8OVsQfS41o66eWkckBzNHJK6+5VbLQ2YdyqKphcv27uDZxLf4exSl+5QxLnHkN+W/4qEDgyvCPA==",
"path": "microsoft.extensions.configuration.json/10.0.3",
"hashPath": "microsoft.extensions.configuration.json.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.UserSecrets/10.0.7": {
"Microsoft.Extensions.Configuration.UserSecrets/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YqVIICoIdl0016wkeO2WQS+uEbEXbUhMLKdC5rZNl1X3nu59F+nwaAHdHjq/4OK+Cx31DYmNUSFh+MUot8qSDw==",
"path": "microsoft.extensions.configuration.usersecrets/10.0.7",
"hashPath": "microsoft.extensions.configuration.usersecrets.10.0.7.nupkg.sha512"
"sha512": "sha512-f6FiscfqlLrNUR2x7XcMqMGz5ZFRwTvezZuebIn4v2ste0nL/sEZ7pdveDXqDyonVv/QTKT8vvIEqTQCczzsOg==",
"path": "microsoft.extensions.configuration.usersecrets/10.0.3",
"hashPath": "microsoft.extensions.configuration.usersecrets.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection/10.0.7": {
"Microsoft.Extensions.DependencyInjection/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-91F/o3emPV/+xY/ip3s2LqDNF14kjttlVtq0BXgg6p4MnCzeSZxnUJm+t6WRrtD3JdGo88/oX+z7OwK4y8PZuw==",
"path": "microsoft.extensions.dependencyinjection/10.0.7",
"hashPath": "microsoft.extensions.dependencyinjection.10.0.7.nupkg.sha512"
"sha512": "sha512-2DLOmC0EkB2smVK8lPP1PIKEgL1arE3CMp9XSIQB/Y7ev5nnnyuM/PizKJ6QfLD08QCYoopSC9SFdbYglDomYg==",
"path": "microsoft.extensions.dependencyinjection/10.0.3",
"hashPath": "microsoft.extensions.dependencyinjection.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": {
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Z6mfFEaFcwCfSboxJwOLfu7/31npCY9q70WUamHW/vRQhDvBKOT4Vf9YkZj5J6hLvJpb0oDEYfHunQZj0xxvKw==",
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.7",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-bwGMrRcAMWx2s/RDgja97p27rxSz2pEQW0+rX5cWAUWVETVJ/eyxGfjAl8vuG5a+lckWmPIE+vcuaZNVB5YDdw==",
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.3",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Diagnostics/10.0.7": {
"Microsoft.Extensions.Diagnostics/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-l+smp1qPlU0OUXD0OGfdp7OUFrbdq7ZaP5T7m2WpfZ4RFKD7iG73BAT7tjSMxNmbSXkhAn1jYHOAqzYG1r9sNg==",
"path": "microsoft.extensions.diagnostics/10.0.7",
"hashPath": "microsoft.extensions.diagnostics.10.0.7.nupkg.sha512"
"sha512": "sha512-tc0R6i2T+138taoxFPQXb7Sy/4rtq4ytoJrAt4fNGs6k89mHpEhZnXUNgaFKwwb5Ud5rIUeLC6tfpsuHNwiWqg==",
"path": "microsoft.extensions.diagnostics/10.0.3",
"hashPath": "microsoft.extensions.diagnostics.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.7": {
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uJ9JP677y+uy+C0vtaSfi7XXgFAdz8DhU3M9lwwIXDfQKcyQ0yxM9DVYa0NXDtdVTYA2eBUtVFZ8LY0GCdeE/w==",
"path": "microsoft.extensions.diagnostics.abstractions/10.0.7",
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-mQiTzAj7PIJ2A9YXR5QhgulS1fTWhmQc3ckd1Mrf3hKW07d03fBDqx8vVaFw+cRTebDOeB6pNqdWdnRxsi1hBA==",
"path": "microsoft.extensions.diagnostics.abstractions/10.0.3",
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/10.0.7": {
"Microsoft.Extensions.FileProviders.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-teioDgVpi8L186wUfrXQV1YuBt6lCSPmFZiMZo53+FZxHFjOV+f4GXo4LXgJ273Mku9//AdXWVjk9J7eJP6inw==",
"path": "microsoft.extensions.fileproviders.abstractions/10.0.7",
"hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-4TD9AXDRsipTmaemwnjt/DM5Ri0de2JzHQhvZ4woBTjUtL4XrPNsMrOk5oiLJAx1gTrE6pOIhxv+lEde5F6CZA==",
"path": "microsoft.extensions.fileproviders.abstractions/10.0.3",
"hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/10.0.7": {
"Microsoft.Extensions.FileProviders.Physical/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zhgWg/i0ECj5v0jLFBSZHplvc5ygCI91DR4nne+BP4XAKF5ycz0pEKnFiTw8C1jCABJEZsnBZh6pXAvn71kFmw==",
"path": "microsoft.extensions.fileproviders.physical/10.0.7",
"hashPath": "microsoft.extensions.fileproviders.physical.10.0.7.nupkg.sha512"
"sha512": "sha512-8qLl5LXtcj6Z8yPbHAA/a57fvvl9nUCdi59AJFuixcWM4wSuENZ8jjoRATOKs/I4vOi/bDe0d5LqGSSLE634eA==",
"path": "microsoft.extensions.fileproviders.physical/10.0.3",
"hashPath": "microsoft.extensions.fileproviders.physical.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/10.0.7": {
"Microsoft.Extensions.FileSystemGlobbing/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NTUspqB+vH9g4wAD6KPOBx01xqYuKXR/cHXm449zpbq1GqfjdAxBmg7eJXrNsPw7SKwIdT2cJ05GxYVvc+lvsA==",
"path": "microsoft.extensions.filesystemglobbing/10.0.7",
"hashPath": "microsoft.extensions.filesystemglobbing.10.0.7.nupkg.sha512"
"sha512": "sha512-oM7pl8uJz8WRPRlh4AGQS61aeV9GOfTu89yqTiRSYyyMuCNVkbNra9zEk7ApyJ/sZrUpbjOZCRHuitCEsTWghg==",
"path": "microsoft.extensions.filesystemglobbing/10.0.3",
"hashPath": "microsoft.extensions.filesystemglobbing.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Hosting/10.0.7": {
"Microsoft.Extensions.Hosting/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-M/vBpfWcschvS2EUeq7cHfscsxabiGTptXwV7GeSueovGiSoNjyo1j5PMcWuOAAQrRW3nRqxZk8NeumrmpzUBg==",
"path": "microsoft.extensions.hosting/10.0.7",
"hashPath": "microsoft.extensions.hosting.10.0.7.nupkg.sha512"
"sha512": "sha512-ssbRCALcbBXfQPXLr4bZ3FVlbnDzeR0F6hPKDUCZLPQul7oBeSGaJq+XLUjwYaptOs4TN5cSy1q6LVLPWFgjKQ==",
"path": "microsoft.extensions.hosting/10.0.3",
"hashPath": "microsoft.extensions.hosting.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Hosting.Abstractions/10.0.7": {
"Microsoft.Extensions.Hosting.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5s8d6qC6EA8UOI4wR/+zlsq7SXttJMRb9d7zvVZ7+bE3CQEfVtC9ITUDCommm87R1zzj6WJBbCnztuIJXnP3DA==",
"path": "microsoft.extensions.hosting.abstractions/10.0.7",
"hashPath": "microsoft.extensions.hosting.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-GdMpC10Jf6poxSvUJ4lgYpJ5F/kJeaAoJmrPufjBoPYyCTKKY5Dyl0rZA+LBNvFqTq1cZa/lhlptlUhNvU6xrg==",
"path": "microsoft.extensions.hosting.abstractions/10.0.3",
"hashPath": "microsoft.extensions.hosting.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging/10.0.7": {
"Microsoft.Extensions.Logging/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hOeRIQ63GkgiYCB/MIFp+LQs8aXpJXpB55t6Aj37ab7t2/6WeFcPXxYM9hdy/o5tffzwf8mhqzLJP6mjGYCxjw==",
"path": "microsoft.extensions.logging/10.0.7",
"hashPath": "microsoft.extensions.logging.10.0.7.nupkg.sha512"
"sha512": "sha512-8D9Er1cGXNjNDIB+VLBNHn386L5ls2FoiG9a6o12gyn+GG3w6jdfUhzT8dtBnKcevE7/fsVA8MS3FBgFfClFtQ==",
"path": "microsoft.extensions.logging/10.0.3",
"hashPath": "microsoft.extensions.logging.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Abstractions/10.0.7": {
"Microsoft.Extensions.Logging.Abstractions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tIEcQ2gvERrH2KiCjdsVcHGhXt9lIsuDStfOIeZWr7/fP8IXhGiYfx0/80PNI7WPO2IYuFtlZLSlnTS8+/Mchw==",
"path": "microsoft.extensions.logging.abstractions/10.0.7",
"hashPath": "microsoft.extensions.logging.abstractions.10.0.7.nupkg.sha512"
"sha512": "sha512-lxl0WLk7ROgBFAsjcOYjQ8/DVK+VMszxGBzUhgtQmAsTNldLL5pk9NG/cWTsXHq0lUhUEAtZkEE7jOGOA8bGKQ==",
"path": "microsoft.extensions.logging.abstractions/10.0.3",
"hashPath": "microsoft.extensions.logging.abstractions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Configuration/10.0.7": {
"Microsoft.Extensions.Logging.Configuration/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7BBnoGF37USiu7j434put9mDp7EjdlNDIZsR4vHfC1FbLZeLqiWjgJbeEtF0p59Ryqt8AtraHawf0ZKbe5jibg==",
"path": "microsoft.extensions.logging.configuration/10.0.7",
"hashPath": "microsoft.extensions.logging.configuration.10.0.7.nupkg.sha512"
"sha512": "sha512-PBlaoYeusaxNYyN4WFjzcXWlUDSvLUPxy/e6oP1SONOOYA/oBWT2uBmFGJMV9VTtXiXXxCB39LqlYWbsWE4UKA==",
"path": "microsoft.extensions.logging.configuration/10.0.3",
"hashPath": "microsoft.extensions.logging.configuration.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Console/10.0.7": {
"Microsoft.Extensions.Logging.Console/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DA++Es6v6W0HfrOrw+K8WyN6jNnZHp640PDdEvl8yfeVmgflKdn6vSSFvufNUSOuY+M2ZaSUgfY+jUKtNpXcCw==",
"path": "microsoft.extensions.logging.console/10.0.7",
"hashPath": "microsoft.extensions.logging.console.10.0.7.nupkg.sha512"
"sha512": "sha512-7sRvbBH3icaV9qil8fyBKmR+yEZ0yDU6Bq/KgBwswS36164yGaxbf7Kd4hD1iHZ2GfvyoJWWqBUBm9QX/IASAQ==",
"path": "microsoft.extensions.logging.console/10.0.3",
"hashPath": "microsoft.extensions.logging.console.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Debug/10.0.7": {
"Microsoft.Extensions.Logging.Debug/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Y6DSt/JZApunYWKqTtqbdsR6iqAvHx3D0tavbNJ1rnC24MUpF+3XO/VKgFi+9PFqMyvQ2GHBBGb8H3cLSw7rDg==",
"path": "microsoft.extensions.logging.debug/10.0.7",
"hashPath": "microsoft.extensions.logging.debug.10.0.7.nupkg.sha512"
"sha512": "sha512-OoH8AcYCq74ab5XUIQc84CZk54G/cU+JztiMXgNKGkomJOeuistTMg0PWPC4VXXMSVBEGWJuMDEBttOrHyXe8w==",
"path": "microsoft.extensions.logging.debug/10.0.3",
"hashPath": "microsoft.extensions.logging.debug.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.EventLog/10.0.7": {
"Microsoft.Extensions.Logging.EventLog/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1C8eTuxF6BLncNSJ1HCfmaBcjpUSqQDPlBVdYTlet9oldHTPpNh9iatxSJLs8TOqdp/FOpH+nSLdBve7fu9mTQ==",
"path": "microsoft.extensions.logging.eventlog/10.0.7",
"hashPath": "microsoft.extensions.logging.eventlog.10.0.7.nupkg.sha512"
"sha512": "sha512-1V1oRR+0DKyetPKI4POn7+jXH4kI1D69R/Rjje/4/BSkTM2iUCsRkr7Q0gDyXayhCXgPEf/P19kgwN5t0s/p8w==",
"path": "microsoft.extensions.logging.eventlog/10.0.3",
"hashPath": "microsoft.extensions.logging.eventlog.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Logging.EventSource/10.0.7": {
"Microsoft.Extensions.Logging.EventSource/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YWfndnDX1jVMGCN8d5T+rO+BO8sDw6BkYlUk0BYui+WP7+HhlWx8QLdA4yUDjrkGVb3AQxIWWEPVKw5Nnfj5GQ==",
"path": "microsoft.extensions.logging.eventsource/10.0.7",
"hashPath": "microsoft.extensions.logging.eventsource.10.0.7.nupkg.sha512"
"sha512": "sha512-r2hIVkSrb+f8FqcguHqlzyQ8lNGCtWsOPY9+OzJinrqdzQfszS8fXkHVcNHW4uK6WFxI2tPSiGdms2SeRJq8hg==",
"path": "microsoft.extensions.logging.eventsource/10.0.3",
"hashPath": "microsoft.extensions.logging.eventsource.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Options/10.0.7": {
"Microsoft.Extensions.Options/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-00SHUGTh2jSMvIr6x9Xwd2nE+B5/qFCO/9hDwUDhJsjYRDlADmaBZ7tqehXzBDsfjHSXJzuRHJzPYPPjphBQ7Q==",
"path": "microsoft.extensions.options/10.0.7",
"hashPath": "microsoft.extensions.options.10.0.7.nupkg.sha512"
"sha512": "sha512-hU6WzGTPvPoLA2ng1ILvWQb3g0qORdlHNsxI8IcPLumJb3suimYUl+bbDzdo1V4KFsvVhnMWzysHpKbZaoDQPQ==",
"path": "microsoft.extensions.options/10.0.3",
"hashPath": "microsoft.extensions.options.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.7": {
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IT7f+EMXZtkjatEcF+o6aOw/7OE4etRrMiDGEWH/iiTu2R3uhC4NEQJCfHiibtX45U3sIQ5Fh6tbb1qaOz3YAg==",
"path": "microsoft.extensions.options.configurationextensions/10.0.7",
"hashPath": "microsoft.extensions.options.configurationextensions.10.0.7.nupkg.sha512"
"sha512": "sha512-bn6QoBbbvwmzLIFyxrnL2/e+sqoNUOGbHyfWK9DPONMv1mDCYHm/C7MusYASM31b2lUx6OiDmonb3v+dv5t0nA==",
"path": "microsoft.extensions.options.configurationextensions/10.0.3",
"hashPath": "microsoft.extensions.options.configurationextensions.10.0.3.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/10.0.7": {
"Microsoft.Extensions.Primitives/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-D5M0Jr551iTgwkZMN9rm0pSkgNLj5quUWQUmQPMZh7k/bnvZTnXRGfE2KuvXf1EEjt/ofD9yw9IumpgdP9QCnw==",
"path": "microsoft.extensions.primitives/10.0.7",
"hashPath": "microsoft.extensions.primitives.10.0.7.nupkg.sha512"
"sha512": "sha512-GEcpTwo7sUoLGGNTqV1FZEuL+tTD9m81NX/mh099dqGNna07/UGZShKQNZRw4hv6nlliSUwYQgSYc7OR99Jufg==",
"path": "microsoft.extensions.primitives/10.0.3",
"hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
},
"Microsoft.Identity.Client/4.78.0": {
"Microsoft.Identity.Client/4.80.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vZ50HE9INSN+Ew8pCgTm0t7wzxQTqozF9L4MAsl64etXz0Teo0dbUvjpVzqDHRs6m1Vn8mHF04fGaxXrIvGpsg==",
"path": "microsoft.identity.client/4.78.0",
"hashPath": "microsoft.identity.client.4.78.0.nupkg.sha512"
"sha512": "sha512-nmg+q17mKdNafWvaX7Of5Xh8sxc4acsD6xOOczp7kgjAzR7bpseYGZzg38XPoS/vW7k92sGKCWgHSogB0K62KQ==",
"path": "microsoft.identity.client/4.80.0",
"hashPath": "microsoft.identity.client.4.80.0.nupkg.sha512"
},

@@ -1214,43 +1161,43 @@ "Microsoft.Identity.Client.Extensions.Msal/4.78.0": {

},
"Microsoft.IdentityModel.Abstractions/8.16.0": {
"Microsoft.IdentityModel.Abstractions/8.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gSxKLWRZzBpIsEoeUPkxfywNCCvRvl7hkq146XHPk5vOQc9izSf1I+uL1vh4y2U19QPxd9Z8K/8AdWyxYz2lSg==",
"path": "microsoft.identitymodel.abstractions/8.16.0",
"hashPath": "microsoft.identitymodel.abstractions.8.16.0.nupkg.sha512"
"sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
"path": "microsoft.identitymodel.abstractions/8.14.0",
"hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
},
"Microsoft.IdentityModel.JsonWebTokens/8.16.0": {
"Microsoft.IdentityModel.JsonWebTokens/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-prBU72cIP4V8E9fhN+o/YdskTsLeIcnKPbhZf0X6mD7fdxoZqnS/NdEkSr+9Zp+2q7OZBOMfNBKGbTbhXODO4w==",
"path": "microsoft.identitymodel.jsonwebtokens/8.16.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.16.0.nupkg.sha512"
"sha512": "sha512-3Izi75UCUssvo8LPx3OVnEeZay58qaFicrtSnbtUt7q8qQi0gy46gh4V8VUTkMVMKXV6VMyjBVmeNNgeCUJuIw==",
"path": "microsoft.identitymodel.jsonwebtokens/7.7.1",
"hashPath": "microsoft.identitymodel.jsonwebtokens.7.7.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Logging/8.16.0": {
"Microsoft.IdentityModel.Logging/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTzXmETkNQPACR7/XCXM1OGM6oU9RkyibqeJRtO9Ndew2LnGjMf9Atqj2VSf4XC27X0FQycUAlzxxEgQMWn2xQ==",
"path": "microsoft.identitymodel.logging/8.16.0",
"hashPath": "microsoft.identitymodel.logging.8.16.0.nupkg.sha512"
"sha512": "sha512-BZNgSq/o8gsKExdYoBKPR65fdsxW0cTF8PsdqB8y011AGUJJW300S/ZIsEUD0+sOmGc003Gwv3FYbjrVjvsLNQ==",
"path": "microsoft.identitymodel.logging/7.7.1",
"hashPath": "microsoft.identitymodel.logging.7.7.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols/8.16.0": {
"Microsoft.IdentityModel.Protocols/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UFrU7d46UTsPQTa2HIEIpB9H1uJe1BW9FLw5uhEJ2ZuKdur8bcUA/bO5caq5dlBt5gNJeRIB3QQXYNs5fCQCZA==",
"path": "microsoft.identitymodel.protocols/8.16.0",
"hashPath": "microsoft.identitymodel.protocols.8.16.0.nupkg.sha512"
"sha512": "sha512-h+fHHBGokepmCX+QZXJk4Ij8OApCb2n2ktoDkNX5CXteXsOxTHMNgjPGpAwdJMFvAL7TtGarUnk3o97NmBq2QQ==",
"path": "microsoft.identitymodel.protocols/7.7.1",
"hashPath": "microsoft.identitymodel.protocols.7.7.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.16.0": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4yVXyJsEBBX5lg2G5ftMsi5JzcNEGAzrNphA6DQ6eOd8P0s+cDCOyPwVTYLePZvJL5unbPvYIvzrbTXzFjXnQ==",
"path": "microsoft.identitymodel.protocols.openidconnect/8.16.0",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.8.16.0.nupkg.sha512"
"sha512": "sha512-yT2Hdj8LpPbcT9C9KlLVxXl09C8zjFaVSaApdOwuecMuoV4s6Sof/mnTDz/+F/lILPIBvrWugR9CC7iRVZgbfQ==",
"path": "microsoft.identitymodel.protocols.openidconnect/7.7.1",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.7.7.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Tokens/8.16.0": {
"Microsoft.IdentityModel.Tokens/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==",
"path": "microsoft.identitymodel.tokens/8.16.0",
"hashPath": "microsoft.identitymodel.tokens.8.16.0.nupkg.sha512"
"sha512": "sha512-fQ0VVCba75lknUHGldi3iTKAYUQqbzp1Un8+d9cm9nON0Gs8NAkXddNg8iaUB0qi/ybtAmNWizTR4avdkCJ9pQ==",
"path": "microsoft.identitymodel.tokens/7.7.1",
"hashPath": "microsoft.identitymodel.tokens.7.7.1.nupkg.sha512"
},

@@ -1264,80 +1211,80 @@ "Microsoft.SqlServer.Server/1.0.0": {

},
"Microsoft.SqlServer.TransactSql.ScriptDom/180.6.0": {
"Microsoft.SqlServer.TransactSql.ScriptDom/170.157.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bGkiYIT1fjcrtMsaGs8l8Q5A/5qNswfrA6bVZQXPKhssytxtF6pM/1Gyg1suiGfN0U+0NOwUngzN8jL5tKuLfQ==",
"path": "microsoft.sqlserver.transactsql.scriptdom/180.6.0",
"hashPath": "microsoft.sqlserver.transactsql.scriptdom.180.6.0.nupkg.sha512"
"sha512": "sha512-zItlX1Lzb5z5coYLEHTQ4aaZbrs3FFwiBDnhClKRp+/phdprrkdHJ2vDwNKIs9LgztyUzGiTzh+pFe8aITtUmw==",
"path": "microsoft.sqlserver.transactsql.scriptdom/170.157.0",
"hashPath": "microsoft.sqlserver.transactsql.scriptdom.170.157.0.nupkg.sha512"
},
"ModelContextProtocol/1.2.0": {
"ModelContextProtocol/0.8.0-preview.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8lHIp8EY8faMFwDL+JynpFOeFZdsEE/Kxq8XMVfaA+RmQyNWjoWyvNXNQtWzVq+lDUlHLBx0ozerByNfcrciCw==",
"path": "modelcontextprotocol/1.2.0",
"hashPath": "modelcontextprotocol.1.2.0.nupkg.sha512"
"sha512": "sha512-hDhRtuMa2XBI70X/aIyvDv8/b5HIlRGenMiAk5LkM/8dhBuYNYBpbCwCFF+D2l0g8wa24WddPA3ciI55Uc3+/A==",
"path": "modelcontextprotocol/0.8.0-preview.1",
"hashPath": "modelcontextprotocol.0.8.0-preview.1.nupkg.sha512"
},
"ModelContextProtocol.Core/1.2.0": {
"ModelContextProtocol.Core/0.8.0-preview.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-x0eQqFKtV30nWP6yVy0d/3RnAKwM14ay1CHnUNb7EpwZEXJJJqjPENYvpzwqi8+8LNMMK/g33WnnLYIf1JGMOg==",
"path": "modelcontextprotocol.core/1.2.0",
"hashPath": "modelcontextprotocol.core.1.2.0.nupkg.sha512"
"sha512": "sha512-BceTXxLV5d16gIJHiGvHPLlQARat3u53FuJv+sZfO+L7BGbdFwTbUJxUS0/gCpxmwd8GGnCjhT5Qdfw1+m9WJw==",
"path": "modelcontextprotocol.core/0.8.0-preview.1",
"hashPath": "modelcontextprotocol.core.0.8.0-preview.1.nupkg.sha512"
},
"System.ClientModel/1.9.0": {
"System.ClientModel/1.8.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1wdwKtMMMEFEYsxJmtrOd3G+7zVOVO3MlVZAsbKv9H0PnIx6J27fYAarMn0eQS0vKJPQL018DOb7YRK1O97p0A==",
"path": "system.clientmodel/1.9.0",
"hashPath": "system.clientmodel.1.9.0.nupkg.sha512"
"sha512": "sha512-AqRzhn0v29GGGLj/Z6gKq4lGNtvPHT4nHdG5PDJh9IfVjv/nYUVmX11hwwws1vDFeIAzrvmn0dPu8IjLtu6fAw==",
"path": "system.clientmodel/1.8.0",
"hashPath": "system.clientmodel.1.8.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/9.0.13": {
"System.Configuration.ConfigurationManager/9.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GbBrJq9S/gYpHzm7Pxx6Y5tDyfSfyxW6tlP5oiKJV38uf19Wp+GIIAnWfyL1zmNiz1+EjwVapw2WkBFvvqKQzg==",
"path": "system.configuration.configurationmanager/9.0.13",
"hashPath": "system.configuration.configurationmanager.9.0.13.nupkg.sha512"
"sha512": "sha512-vPinosRgEk1CGjohbv0pDuz6gPprkWo5xvBTjOJjks5JOgOEWvPndq5NngGxiTcBcy1+k9GwzZ1c3Bp2fU5ezw==",
"path": "system.configuration.configurationmanager/9.0.11",
"hashPath": "system.configuration.configurationmanager.9.0.11.nupkg.sha512"
},
"System.Diagnostics.EventLog/10.0.7": {
"System.Diagnostics.EventLog/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WbmDLeTPYhEzXhvYVioTVn/D1XX6bovyny9n5p8Zxtf03+eY385RB818teZm6n+fA63iZNvng0/Np4tLuhkMhQ==",
"path": "system.diagnostics.eventlog/10.0.7",
"hashPath": "system.diagnostics.eventlog.10.0.7.nupkg.sha512"
"sha512": "sha512-+bZnyzt0/vt4g3QSllhsRNGTpa09p7Juy5K8spcK73cOTOefu4+HoY89hZOgIOmzB5A4hqPyEDKnzra7KKnhZw==",
"path": "system.diagnostics.eventlog/10.0.3",
"hashPath": "system.diagnostics.eventlog.10.0.3.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/8.16.0": {
"System.IdentityModel.Tokens.Jwt/7.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rrs2u7DRMXQG2yh0oVyF/vLwosfRv20Ld2iEpYcKwQWXHjfV+gFXNQsQ9p008kR9Ou4pxBs68Q6/9zC8Gi1wjg==",
"path": "system.identitymodel.tokens.jwt/8.16.0",
"hashPath": "system.identitymodel.tokens.jwt.8.16.0.nupkg.sha512"
"sha512": "sha512-rQkO1YbAjLwnDJSMpRhRtrc6XwIcEOcUvoEcge+evurpzSZM3UNK+MZfD3sKyTlYsvknZ6eJjSBfnmXqwOsT9Q==",
"path": "system.identitymodel.tokens.jwt/7.7.1",
"hashPath": "system.identitymodel.tokens.jwt.7.7.1.nupkg.sha512"
},
"System.Memory.Data/10.0.1": {
"System.Memory.Data/8.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BZC4mhdL569AXV56ep9YO6ShjhxFXGP7SwVX0Bc/e0dJPWnS6aBEXZJXqh64RVx8HquqWHkJUINBydLRQ1yq0g==",
"path": "system.memory.data/10.0.1",
"hashPath": "system.memory.data.10.0.1.nupkg.sha512"
"sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==",
"path": "system.memory.data/8.0.1",
"hashPath": "system.memory.data.8.0.1.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/9.0.13": {
"System.Security.Cryptography.Pkcs/9.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dxJhkuoaelvWy588wPXjShNks+ZMiSgXnN75/u+DPbER5PqKrLPDftE0BvGM7nDK/scQAVlD+gRXlCAAjWi58Q==",
"path": "system.security.cryptography.pkcs/9.0.13",
"hashPath": "system.security.cryptography.pkcs.9.0.13.nupkg.sha512"
"sha512": "sha512-YS2YqtN6fFjlTDIQI+ucjbbrEvwMn796r+VLTQRr/5Oy6g+i+m7nIou83KnJCnAcKna2I+5eVJRks6SoHSpetQ==",
"path": "system.security.cryptography.pkcs/9.0.11",
"hashPath": "system.security.cryptography.pkcs.9.0.11.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/9.0.13": {
"System.Security.Cryptography.ProtectedData/9.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t8S9IDpjJKsLpLkeBdW8cWtcPyYqrGu93Dej1RO6WwuL/lkFSqWlan3rMJfortqz1mRIh+sys2AFsSA6jWJ3Jg==",
"path": "system.security.cryptography.protecteddata/9.0.13",
"hashPath": "system.security.cryptography.protecteddata.9.0.13.nupkg.sha512"
"sha512": "sha512-s8yUYuYYu+PAwvBdhLG1KyrGrk9gkYeuPxfAsXsTqqWyepwSyEw8hAaflW4nO98NG52YpYI1am2+9o+79h2RtQ==",
"path": "system.security.cryptography.protecteddata/9.0.11",
"hashPath": "system.security.cryptography.protecteddata.9.0.11.nupkg.sha512"
},
"System.Threading.RateLimiting/10.0.7": {
"System.Threading.RateLimiting/10.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jyE25vnx7GODTj0HyNLw0N1xZZnC393yheswsr4OMCZIrJ8VrBzgpPf9a+qJyDoQXt49cekHy1dIY1eQa5uhOg==",
"path": "system.threading.ratelimiting/10.0.7",
"hashPath": "system.threading.ratelimiting.10.0.7.nupkg.sha512"
"sha512": "sha512-uREN9/7iEiBY/RAgd3vp+J015SnX6Kc4iEklntQ6Uaz6rV7LYxE+iAYR2akkI26OYXdIDTzfI+Mkl7Xsdcy7vg==",
"path": "system.threading.ratelimiting/10.0.3",
"hashPath": "system.threading.ratelimiting.10.0.3.nupkg.sha512"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet