@azure/mcp-win32-arm64 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -33
- package/dist/Azure.Bicep.Types.Az.dll +0 -0
- package/dist/Azure.Bicep.Types.dll +0 -0
- package/dist/Azure.Core.dll +0 -0
- package/dist/Azure.Messaging.ServiceBus.dll +0 -0
- package/dist/Microsoft.Azure.Amqp.dll +0 -0
- package/dist/Microsoft.Extensions.AI.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Caching.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Caching.Memory.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.Binder.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.Json.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.dll +0 -0
- package/dist/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/dist/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Diagnostics.dll +0 -0
- package/dist/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
- package/dist/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
- package/dist/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Hosting.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Configuration.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Console.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Debug.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.EventLog.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.EventSource.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.dll +0 -0
- package/dist/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
- package/dist/Microsoft.Extensions.Options.dll +0 -0
- package/dist/Microsoft.Extensions.Primitives.dll +0 -0
- package/dist/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.Core.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/System.ClientModel.dll +0 -0
- package/dist/System.Diagnostics.EventLog.dll +0 -0
- package/dist/System.Formats.Asn1.dll +0 -0
- package/dist/System.IO.Hashing.dll +0 -0
- package/dist/System.Linq.AsyncEnumerable.dll +0 -0
- package/dist/System.Net.ServerSentEvents.dll +0 -0
- package/dist/azmcp.deps.json +677 -746
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +1 -1
- package/dist/Kusto.Cloud.Platform.Msal.dll +0 -0
- package/dist/Kusto.Cloud.Platform.dll +0 -0
- package/dist/Kusto.Data.dll +0 -0
- package/dist/Microsoft.Bcl.TimeProvider.dll +0 -0
- package/dist/Microsoft.IO.RecyclableMemoryStream.dll +0 -0
- package/dist/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/dist/Microsoft.IdentityModel.Logging.dll +0 -0
- package/dist/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/dist/System.IdentityModel.Tokens.Jwt.dll +0 -0
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,14 +7,16 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/win-arm64": {
|
|
10
|
-
"azmcp/0.2.
|
|
10
|
+
"azmcp/0.2.4": {
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"Azure.
|
|
12
|
+
"Azure.Bicep.Types": "0.5.110",
|
|
13
|
+
"Azure.Bicep.Types.Az": "0.2.771",
|
|
14
|
+
"Azure.Core": "1.46.2",
|
|
13
15
|
"Azure.Data.AppConfiguration": "1.6.1",
|
|
14
16
|
"Azure.Data.Tables": "12.11.0",
|
|
15
17
|
"Azure.Identity": "1.14.0",
|
|
16
18
|
"Azure.Identity.Broker": "1.2.0",
|
|
17
|
-
"Azure.Messaging.ServiceBus": "7.
|
|
19
|
+
"Azure.Messaging.ServiceBus": "7.20.1",
|
|
18
20
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
|
|
19
21
|
"Azure.Monitor.Query": "1.6.0",
|
|
20
22
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
@@ -34,22 +36,21 @@
|
|
|
34
36
|
"Azure.Storage.Blobs": "12.24.0",
|
|
35
37
|
"JsonSchema.Net": "7.3.4",
|
|
36
38
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
37
|
-
"Microsoft.Azure.Kusto.Data": "13.0.2",
|
|
38
39
|
"Microsoft.Extensions.Azure": "1.11.0",
|
|
39
|
-
"Microsoft.Extensions.Caching.Memory": "9.0.
|
|
40
|
-
"Microsoft.Extensions.DependencyInjection": "9.0.
|
|
41
|
-
"Microsoft.Extensions.Hosting": "9.0.
|
|
40
|
+
"Microsoft.Extensions.Caching.Memory": "9.0.6",
|
|
41
|
+
"Microsoft.Extensions.DependencyInjection": "9.0.6",
|
|
42
|
+
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
42
43
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
43
44
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
44
|
-
"ModelContextProtocol": "0.
|
|
45
|
-
"ModelContextProtocol.AspNetCore": "0.
|
|
45
|
+
"ModelContextProtocol": "0.3.0-preview.1",
|
|
46
|
+
"ModelContextProtocol.AspNetCore": "0.3.0-preview.1",
|
|
46
47
|
"Newtonsoft.Json": "13.0.3",
|
|
47
48
|
"Npgsql": "9.0.3",
|
|
48
49
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
49
50
|
"System.CommandLine": "2.0.0-beta4.22272.1",
|
|
50
|
-
"System.Formats.Asn1": "9.0.
|
|
51
|
-
"System.Linq.AsyncEnumerable": "10.0.0-preview.
|
|
52
|
-
"System.Net.ServerSentEvents": "10.0.0-preview.
|
|
51
|
+
"System.Formats.Asn1": "9.0.6",
|
|
52
|
+
"System.Linq.AsyncEnumerable": "10.0.0-preview.5.25277.114",
|
|
53
|
+
"System.Net.ServerSentEvents": "10.0.0-preview.5.25277.114",
|
|
53
54
|
"runtimepack.Microsoft.NETCore.App.Runtime.win-arm64": "9.0.5",
|
|
54
55
|
"runtimepack.Microsoft.AspNetCore.App.Runtime.win-arm64": "9.0.5"
|
|
55
56
|
},
|
|
@@ -207,10 +208,6 @@
|
|
|
207
208
|
"assemblyVersion": "9.0.0.0",
|
|
208
209
|
"fileVersion": "9.0.525.21509"
|
|
209
210
|
},
|
|
210
|
-
"System.Formats.Asn1.dll": {
|
|
211
|
-
"assemblyVersion": "9.0.0.0",
|
|
212
|
-
"fileVersion": "9.0.525.21509"
|
|
213
|
-
},
|
|
214
211
|
"System.Formats.Tar.dll": {
|
|
215
212
|
"assemblyVersion": "9.0.0.0",
|
|
216
213
|
"fileVersion": "9.0.525.21509"
|
|
@@ -1134,70 +1131,18 @@
|
|
|
1134
1131
|
"assemblyVersion": "9.0.0.0",
|
|
1135
1132
|
"fileVersion": "9.0.525.22904"
|
|
1136
1133
|
},
|
|
1137
|
-
"Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
1138
|
-
"assemblyVersion": "9.0.0.0",
|
|
1139
|
-
"fileVersion": "9.0.525.21509"
|
|
1140
|
-
},
|
|
1141
|
-
"Microsoft.Extensions.Caching.Memory.dll": {
|
|
1142
|
-
"assemblyVersion": "9.0.0.0",
|
|
1143
|
-
"fileVersion": "9.0.525.21509"
|
|
1144
|
-
},
|
|
1145
|
-
"Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
1146
|
-
"assemblyVersion": "9.0.0.0",
|
|
1147
|
-
"fileVersion": "9.0.525.21509"
|
|
1148
|
-
},
|
|
1149
|
-
"Microsoft.Extensions.Configuration.Binder.dll": {
|
|
1150
|
-
"assemblyVersion": "9.0.0.0",
|
|
1151
|
-
"fileVersion": "9.0.525.21509"
|
|
1152
|
-
},
|
|
1153
|
-
"Microsoft.Extensions.Configuration.CommandLine.dll": {
|
|
1154
|
-
"assemblyVersion": "9.0.0.0",
|
|
1155
|
-
"fileVersion": "9.0.525.21509"
|
|
1156
|
-
},
|
|
1157
|
-
"Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
|
|
1158
|
-
"assemblyVersion": "9.0.0.0",
|
|
1159
|
-
"fileVersion": "9.0.525.21509"
|
|
1160
|
-
},
|
|
1161
|
-
"Microsoft.Extensions.Configuration.FileExtensions.dll": {
|
|
1162
|
-
"assemblyVersion": "9.0.0.0",
|
|
1163
|
-
"fileVersion": "9.0.525.21509"
|
|
1164
|
-
},
|
|
1165
1134
|
"Microsoft.Extensions.Configuration.Ini.dll": {
|
|
1166
1135
|
"assemblyVersion": "9.0.0.0",
|
|
1167
1136
|
"fileVersion": "9.0.525.21509"
|
|
1168
1137
|
},
|
|
1169
|
-
"Microsoft.Extensions.Configuration.Json.dll": {
|
|
1170
|
-
"assemblyVersion": "9.0.0.0",
|
|
1171
|
-
"fileVersion": "9.0.525.21509"
|
|
1172
|
-
},
|
|
1173
1138
|
"Microsoft.Extensions.Configuration.KeyPerFile.dll": {
|
|
1174
1139
|
"assemblyVersion": "9.0.0.0",
|
|
1175
1140
|
"fileVersion": "9.0.525.22904"
|
|
1176
1141
|
},
|
|
1177
|
-
"Microsoft.Extensions.Configuration.UserSecrets.dll": {
|
|
1178
|
-
"assemblyVersion": "9.0.0.0",
|
|
1179
|
-
"fileVersion": "9.0.525.21509"
|
|
1180
|
-
},
|
|
1181
1142
|
"Microsoft.Extensions.Configuration.Xml.dll": {
|
|
1182
1143
|
"assemblyVersion": "9.0.0.0",
|
|
1183
1144
|
"fileVersion": "9.0.525.21509"
|
|
1184
1145
|
},
|
|
1185
|
-
"Microsoft.Extensions.Configuration.dll": {
|
|
1186
|
-
"assemblyVersion": "9.0.0.0",
|
|
1187
|
-
"fileVersion": "9.0.525.21509"
|
|
1188
|
-
},
|
|
1189
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
1190
|
-
"assemblyVersion": "9.0.0.0",
|
|
1191
|
-
"fileVersion": "9.0.525.21509"
|
|
1192
|
-
},
|
|
1193
|
-
"Microsoft.Extensions.DependencyInjection.dll": {
|
|
1194
|
-
"assemblyVersion": "9.0.0.0",
|
|
1195
|
-
"fileVersion": "9.0.525.21509"
|
|
1196
|
-
},
|
|
1197
|
-
"Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
1198
|
-
"assemblyVersion": "9.0.0.0",
|
|
1199
|
-
"fileVersion": "9.0.525.21509"
|
|
1200
|
-
},
|
|
1201
1146
|
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {
|
|
1202
1147
|
"assemblyVersion": "9.0.0.0",
|
|
1203
1148
|
"fileVersion": "9.0.525.22904"
|
|
@@ -1206,18 +1151,10 @@
|
|
|
1206
1151
|
"assemblyVersion": "9.0.0.0",
|
|
1207
1152
|
"fileVersion": "9.0.525.22904"
|
|
1208
1153
|
},
|
|
1209
|
-
"Microsoft.Extensions.Diagnostics.dll": {
|
|
1210
|
-
"assemblyVersion": "9.0.0.0",
|
|
1211
|
-
"fileVersion": "9.0.525.21509"
|
|
1212
|
-
},
|
|
1213
1154
|
"Microsoft.Extensions.Features.dll": {
|
|
1214
1155
|
"assemblyVersion": "9.0.0.0",
|
|
1215
1156
|
"fileVersion": "9.0.525.22904"
|
|
1216
1157
|
},
|
|
1217
|
-
"Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
1218
|
-
"assemblyVersion": "9.0.0.0",
|
|
1219
|
-
"fileVersion": "9.0.525.21509"
|
|
1220
|
-
},
|
|
1221
1158
|
"Microsoft.Extensions.FileProviders.Composite.dll": {
|
|
1222
1159
|
"assemblyVersion": "9.0.0.0",
|
|
1223
1160
|
"fileVersion": "9.0.525.21509"
|
|
@@ -1226,22 +1163,6 @@
|
|
|
1226
1163
|
"assemblyVersion": "9.0.0.0",
|
|
1227
1164
|
"fileVersion": "9.0.525.22904"
|
|
1228
1165
|
},
|
|
1229
|
-
"Microsoft.Extensions.FileProviders.Physical.dll": {
|
|
1230
|
-
"assemblyVersion": "9.0.0.0",
|
|
1231
|
-
"fileVersion": "9.0.525.21509"
|
|
1232
|
-
},
|
|
1233
|
-
"Microsoft.Extensions.FileSystemGlobbing.dll": {
|
|
1234
|
-
"assemblyVersion": "9.0.0.0",
|
|
1235
|
-
"fileVersion": "9.0.525.21509"
|
|
1236
|
-
},
|
|
1237
|
-
"Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
1238
|
-
"assemblyVersion": "9.0.0.0",
|
|
1239
|
-
"fileVersion": "9.0.525.21509"
|
|
1240
|
-
},
|
|
1241
|
-
"Microsoft.Extensions.Hosting.dll": {
|
|
1242
|
-
"assemblyVersion": "9.0.0.0",
|
|
1243
|
-
"fileVersion": "9.0.525.21509"
|
|
1244
|
-
},
|
|
1245
1166
|
"Microsoft.Extensions.Http.dll": {
|
|
1246
1167
|
"assemblyVersion": "9.0.0.0",
|
|
1247
1168
|
"fileVersion": "9.0.525.21509"
|
|
@@ -1262,58 +1183,18 @@
|
|
|
1262
1183
|
"assemblyVersion": "9.0.0.0",
|
|
1263
1184
|
"fileVersion": "9.0.525.22904"
|
|
1264
1185
|
},
|
|
1265
|
-
"Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
1266
|
-
"assemblyVersion": "9.0.0.0",
|
|
1267
|
-
"fileVersion": "9.0.525.21509"
|
|
1268
|
-
},
|
|
1269
|
-
"Microsoft.Extensions.Logging.Configuration.dll": {
|
|
1270
|
-
"assemblyVersion": "9.0.0.0",
|
|
1271
|
-
"fileVersion": "9.0.525.21509"
|
|
1272
|
-
},
|
|
1273
|
-
"Microsoft.Extensions.Logging.Console.dll": {
|
|
1274
|
-
"assemblyVersion": "9.0.0.0",
|
|
1275
|
-
"fileVersion": "9.0.525.21509"
|
|
1276
|
-
},
|
|
1277
|
-
"Microsoft.Extensions.Logging.Debug.dll": {
|
|
1278
|
-
"assemblyVersion": "9.0.0.0",
|
|
1279
|
-
"fileVersion": "9.0.525.21509"
|
|
1280
|
-
},
|
|
1281
|
-
"Microsoft.Extensions.Logging.EventLog.dll": {
|
|
1282
|
-
"assemblyVersion": "9.0.0.0",
|
|
1283
|
-
"fileVersion": "9.0.525.21509"
|
|
1284
|
-
},
|
|
1285
|
-
"Microsoft.Extensions.Logging.EventSource.dll": {
|
|
1286
|
-
"assemblyVersion": "9.0.0.0",
|
|
1287
|
-
"fileVersion": "9.0.525.21509"
|
|
1288
|
-
},
|
|
1289
1186
|
"Microsoft.Extensions.Logging.TraceSource.dll": {
|
|
1290
1187
|
"assemblyVersion": "9.0.0.0",
|
|
1291
1188
|
"fileVersion": "9.0.525.21509"
|
|
1292
1189
|
},
|
|
1293
|
-
"Microsoft.Extensions.Logging.dll": {
|
|
1294
|
-
"assemblyVersion": "9.0.0.0",
|
|
1295
|
-
"fileVersion": "9.0.525.21509"
|
|
1296
|
-
},
|
|
1297
1190
|
"Microsoft.Extensions.ObjectPool.dll": {
|
|
1298
1191
|
"assemblyVersion": "9.0.0.0",
|
|
1299
1192
|
"fileVersion": "9.0.525.22904"
|
|
1300
1193
|
},
|
|
1301
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
|
|
1302
|
-
"assemblyVersion": "9.0.0.0",
|
|
1303
|
-
"fileVersion": "9.0.525.21509"
|
|
1304
|
-
},
|
|
1305
1194
|
"Microsoft.Extensions.Options.DataAnnotations.dll": {
|
|
1306
1195
|
"assemblyVersion": "9.0.0.0",
|
|
1307
1196
|
"fileVersion": "9.0.525.21509"
|
|
1308
1197
|
},
|
|
1309
|
-
"Microsoft.Extensions.Options.dll": {
|
|
1310
|
-
"assemblyVersion": "9.0.0.0",
|
|
1311
|
-
"fileVersion": "9.0.525.21509"
|
|
1312
|
-
},
|
|
1313
|
-
"Microsoft.Extensions.Primitives.dll": {
|
|
1314
|
-
"assemblyVersion": "9.0.0.0",
|
|
1315
|
-
"fileVersion": "9.0.525.21509"
|
|
1316
|
-
},
|
|
1317
1198
|
"Microsoft.Extensions.WebEncoders.dll": {
|
|
1318
1199
|
"assemblyVersion": "9.0.0.0",
|
|
1319
1200
|
"fileVersion": "9.0.525.22904"
|
|
@@ -1330,10 +1211,6 @@
|
|
|
1330
1211
|
"assemblyVersion": "9.0.0.0",
|
|
1331
1212
|
"fileVersion": "0.0.0.0"
|
|
1332
1213
|
},
|
|
1333
|
-
"System.Diagnostics.EventLog.dll": {
|
|
1334
|
-
"assemblyVersion": "9.0.0.0",
|
|
1335
|
-
"fileVersion": "9.0.525.21509"
|
|
1336
|
-
},
|
|
1337
1214
|
"System.Security.Cryptography.Pkcs.dll": {
|
|
1338
1215
|
"assemblyVersion": "9.0.0.0",
|
|
1339
1216
|
"fileVersion": "9.0.525.21509"
|
|
@@ -1353,22 +1230,44 @@
|
|
|
1353
1230
|
}
|
|
1354
1231
|
}
|
|
1355
1232
|
},
|
|
1356
|
-
"Azure.
|
|
1233
|
+
"Azure.Bicep.Types/0.5.110": {
|
|
1234
|
+
"dependencies": {
|
|
1235
|
+
"System.Text.Json": "8.0.5"
|
|
1236
|
+
},
|
|
1237
|
+
"runtime": {
|
|
1238
|
+
"lib/netstandard2.0/Azure.Bicep.Types.dll": {
|
|
1239
|
+
"assemblyVersion": "0.5.0.0",
|
|
1240
|
+
"fileVersion": "0.5.110.17995"
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"Azure.Bicep.Types.Az/0.2.771": {
|
|
1245
|
+
"dependencies": {
|
|
1246
|
+
"Azure.Bicep.Types": "0.5.110"
|
|
1247
|
+
},
|
|
1248
|
+
"runtime": {
|
|
1249
|
+
"lib/netstandard2.0/Azure.Bicep.Types.Az.dll": {
|
|
1250
|
+
"assemblyVersion": "0.2.0.0",
|
|
1251
|
+
"fileVersion": "0.2.771.33637"
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"Azure.Core/1.46.2": {
|
|
1357
1256
|
"dependencies": {
|
|
1358
1257
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
1359
|
-
"System.ClientModel": "1.4.
|
|
1258
|
+
"System.ClientModel": "1.4.2",
|
|
1360
1259
|
"System.Memory.Data": "6.0.1"
|
|
1361
1260
|
},
|
|
1362
1261
|
"runtime": {
|
|
1363
1262
|
"lib/net8.0/Azure.Core.dll": {
|
|
1364
|
-
"assemblyVersion": "1.46.
|
|
1365
|
-
"fileVersion": "1.4600.
|
|
1263
|
+
"assemblyVersion": "1.46.2.0",
|
|
1264
|
+
"fileVersion": "1.4600.225.30510"
|
|
1366
1265
|
}
|
|
1367
1266
|
}
|
|
1368
1267
|
},
|
|
1369
1268
|
"Azure.Core.Amqp/1.3.1": {
|
|
1370
1269
|
"dependencies": {
|
|
1371
|
-
"Microsoft.Azure.Amqp": "2.
|
|
1270
|
+
"Microsoft.Azure.Amqp": "2.7.0",
|
|
1372
1271
|
"System.Memory": "4.5.5",
|
|
1373
1272
|
"System.Memory.Data": "6.0.1"
|
|
1374
1273
|
},
|
|
@@ -1381,7 +1280,7 @@
|
|
|
1381
1280
|
},
|
|
1382
1281
|
"Azure.Data.AppConfiguration/1.6.1": {
|
|
1383
1282
|
"dependencies": {
|
|
1384
|
-
"Azure.Core": "1.46.
|
|
1283
|
+
"Azure.Core": "1.46.2"
|
|
1385
1284
|
},
|
|
1386
1285
|
"runtime": {
|
|
1387
1286
|
"lib/net8.0/Azure.Data.AppConfiguration.dll": {
|
|
@@ -1392,7 +1291,7 @@
|
|
|
1392
1291
|
},
|
|
1393
1292
|
"Azure.Data.Tables/12.11.0": {
|
|
1394
1293
|
"dependencies": {
|
|
1395
|
-
"Azure.Core": "1.46.
|
|
1294
|
+
"Azure.Core": "1.46.2"
|
|
1396
1295
|
},
|
|
1397
1296
|
"runtime": {
|
|
1398
1297
|
"lib/net8.0/Azure.Data.Tables.dll": {
|
|
@@ -1403,7 +1302,7 @@
|
|
|
1403
1302
|
},
|
|
1404
1303
|
"Azure.Identity/1.14.0": {
|
|
1405
1304
|
"dependencies": {
|
|
1406
|
-
"Azure.Core": "1.46.
|
|
1305
|
+
"Azure.Core": "1.46.2",
|
|
1407
1306
|
"Microsoft.Identity.Client": "4.72.1",
|
|
1408
1307
|
"Microsoft.Identity.Client.Extensions.Msal": "4.71.1",
|
|
1409
1308
|
"System.Memory": "4.5.5"
|
|
@@ -1431,22 +1330,22 @@
|
|
|
1431
1330
|
}
|
|
1432
1331
|
}
|
|
1433
1332
|
},
|
|
1434
|
-
"Azure.Messaging.ServiceBus/7.
|
|
1333
|
+
"Azure.Messaging.ServiceBus/7.20.1": {
|
|
1435
1334
|
"dependencies": {
|
|
1436
|
-
"Azure.Core": "1.46.
|
|
1335
|
+
"Azure.Core": "1.46.2",
|
|
1437
1336
|
"Azure.Core.Amqp": "1.3.1",
|
|
1438
|
-
"Microsoft.Azure.Amqp": "2.
|
|
1337
|
+
"Microsoft.Azure.Amqp": "2.7.0"
|
|
1439
1338
|
},
|
|
1440
1339
|
"runtime": {
|
|
1441
1340
|
"lib/net8.0/Azure.Messaging.ServiceBus.dll": {
|
|
1442
|
-
"assemblyVersion": "7.
|
|
1443
|
-
"fileVersion": "7.
|
|
1341
|
+
"assemblyVersion": "7.20.1.0",
|
|
1342
|
+
"fileVersion": "7.2000.125.31203"
|
|
1444
1343
|
}
|
|
1445
1344
|
}
|
|
1446
1345
|
},
|
|
1447
1346
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.3.0": {
|
|
1448
1347
|
"dependencies": {
|
|
1449
|
-
"Azure.Core": "1.46.
|
|
1348
|
+
"Azure.Core": "1.46.2",
|
|
1450
1349
|
"Azure.Monitor.OpenTelemetry.Exporter": "1.4.0",
|
|
1451
1350
|
"OpenTelemetry.Extensions.Hosting": "1.12.0",
|
|
1452
1351
|
"OpenTelemetry.Instrumentation.AspNetCore": "1.12.0",
|
|
@@ -1461,7 +1360,7 @@
|
|
|
1461
1360
|
},
|
|
1462
1361
|
"Azure.Monitor.OpenTelemetry.Exporter/1.4.0": {
|
|
1463
1362
|
"dependencies": {
|
|
1464
|
-
"Azure.Core": "1.46.
|
|
1363
|
+
"Azure.Core": "1.46.2",
|
|
1465
1364
|
"OpenTelemetry": "1.12.0",
|
|
1466
1365
|
"OpenTelemetry.Extensions.Hosting": "1.12.0",
|
|
1467
1366
|
"OpenTelemetry.PersistentStorage.FileSystem": "1.0.1"
|
|
@@ -1475,7 +1374,7 @@
|
|
|
1475
1374
|
},
|
|
1476
1375
|
"Azure.Monitor.Query/1.6.0": {
|
|
1477
1376
|
"dependencies": {
|
|
1478
|
-
"Azure.Core": "1.46.
|
|
1377
|
+
"Azure.Core": "1.46.2"
|
|
1479
1378
|
},
|
|
1480
1379
|
"runtime": {
|
|
1481
1380
|
"lib/net8.0/Azure.Monitor.Query.dll": {
|
|
@@ -1486,9 +1385,9 @@
|
|
|
1486
1385
|
},
|
|
1487
1386
|
"Azure.ResourceManager/1.13.0": {
|
|
1488
1387
|
"dependencies": {
|
|
1489
|
-
"Azure.Core": "1.46.
|
|
1490
|
-
"System.ClientModel": "1.4.
|
|
1491
|
-
"System.Text.Json": "
|
|
1388
|
+
"Azure.Core": "1.46.2",
|
|
1389
|
+
"System.ClientModel": "1.4.2",
|
|
1390
|
+
"System.Text.Json": "8.0.5"
|
|
1492
1391
|
},
|
|
1493
1392
|
"runtime": {
|
|
1494
1393
|
"lib/netstandard2.0/Azure.ResourceManager.dll": {
|
|
@@ -1499,10 +1398,10 @@
|
|
|
1499
1398
|
},
|
|
1500
1399
|
"Azure.ResourceManager.AppConfiguration/1.4.0": {
|
|
1501
1400
|
"dependencies": {
|
|
1502
|
-
"Azure.Core": "1.46.
|
|
1401
|
+
"Azure.Core": "1.46.2",
|
|
1503
1402
|
"Azure.ResourceManager": "1.13.0",
|
|
1504
|
-
"System.ClientModel": "1.4.
|
|
1505
|
-
"System.Text.Json": "
|
|
1403
|
+
"System.ClientModel": "1.4.2",
|
|
1404
|
+
"System.Text.Json": "8.0.5"
|
|
1506
1405
|
},
|
|
1507
1406
|
"runtime": {
|
|
1508
1407
|
"lib/net8.0/Azure.ResourceManager.AppConfiguration.dll": {
|
|
@@ -1513,10 +1412,10 @@
|
|
|
1513
1412
|
},
|
|
1514
1413
|
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1515
1414
|
"dependencies": {
|
|
1516
|
-
"Azure.Core": "1.46.
|
|
1415
|
+
"Azure.Core": "1.46.2",
|
|
1517
1416
|
"Azure.ResourceManager": "1.13.0",
|
|
1518
|
-
"System.ClientModel": "1.4.
|
|
1519
|
-
"System.Text.Json": "
|
|
1417
|
+
"System.ClientModel": "1.4.2",
|
|
1418
|
+
"System.Text.Json": "8.0.5"
|
|
1520
1419
|
},
|
|
1521
1420
|
"runtime": {
|
|
1522
1421
|
"lib/net8.0/Azure.ResourceManager.Authorization.dll": {
|
|
@@ -1527,10 +1426,10 @@
|
|
|
1527
1426
|
},
|
|
1528
1427
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1529
1428
|
"dependencies": {
|
|
1530
|
-
"Azure.Core": "1.46.
|
|
1429
|
+
"Azure.Core": "1.46.2",
|
|
1531
1430
|
"Azure.ResourceManager": "1.13.0",
|
|
1532
|
-
"System.ClientModel": "1.4.
|
|
1533
|
-
"System.Text.Json": "
|
|
1431
|
+
"System.ClientModel": "1.4.2",
|
|
1432
|
+
"System.Text.Json": "8.0.5"
|
|
1534
1433
|
},
|
|
1535
1434
|
"runtime": {
|
|
1536
1435
|
"lib/netstandard2.0/Azure.ResourceManager.CosmosDB.dll": {
|
|
@@ -1541,10 +1440,10 @@
|
|
|
1541
1440
|
},
|
|
1542
1441
|
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
1543
1442
|
"dependencies": {
|
|
1544
|
-
"Azure.Core": "1.46.
|
|
1443
|
+
"Azure.Core": "1.46.2",
|
|
1545
1444
|
"Azure.ResourceManager": "1.13.0",
|
|
1546
|
-
"System.ClientModel": "1.4.
|
|
1547
|
-
"System.Text.Json": "
|
|
1445
|
+
"System.ClientModel": "1.4.2",
|
|
1446
|
+
"System.Text.Json": "8.0.5"
|
|
1548
1447
|
},
|
|
1549
1448
|
"runtime": {
|
|
1550
1449
|
"lib/net8.0/Azure.ResourceManager.Datadog.dll": {
|
|
@@ -1555,10 +1454,10 @@
|
|
|
1555
1454
|
},
|
|
1556
1455
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
1557
1456
|
"dependencies": {
|
|
1558
|
-
"Azure.Core": "1.46.
|
|
1457
|
+
"Azure.Core": "1.46.2",
|
|
1559
1458
|
"Azure.ResourceManager": "1.13.0",
|
|
1560
|
-
"System.ClientModel": "1.4.
|
|
1561
|
-
"System.Text.Json": "
|
|
1459
|
+
"System.ClientModel": "1.4.2",
|
|
1460
|
+
"System.Text.Json": "8.0.5"
|
|
1562
1461
|
},
|
|
1563
1462
|
"runtime": {
|
|
1564
1463
|
"lib/net8.0/Azure.ResourceManager.Kusto.dll": {
|
|
@@ -1569,7 +1468,7 @@
|
|
|
1569
1468
|
},
|
|
1570
1469
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
1571
1470
|
"dependencies": {
|
|
1572
|
-
"Azure.Core": "1.46.
|
|
1471
|
+
"Azure.Core": "1.46.2",
|
|
1573
1472
|
"Azure.ResourceManager": "1.13.0"
|
|
1574
1473
|
},
|
|
1575
1474
|
"runtime": {
|
|
@@ -1581,10 +1480,10 @@
|
|
|
1581
1480
|
},
|
|
1582
1481
|
"Azure.ResourceManager.PostgreSql/1.2.0": {
|
|
1583
1482
|
"dependencies": {
|
|
1584
|
-
"Azure.Core": "1.46.
|
|
1483
|
+
"Azure.Core": "1.46.2",
|
|
1585
1484
|
"Azure.ResourceManager": "1.13.0",
|
|
1586
|
-
"System.ClientModel": "1.4.
|
|
1587
|
-
"System.Text.Json": "
|
|
1485
|
+
"System.ClientModel": "1.4.2",
|
|
1486
|
+
"System.Text.Json": "8.0.5"
|
|
1588
1487
|
},
|
|
1589
1488
|
"runtime": {
|
|
1590
1489
|
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
@@ -1595,10 +1494,10 @@
|
|
|
1595
1494
|
},
|
|
1596
1495
|
"Azure.ResourceManager.Redis/1.5.0": {
|
|
1597
1496
|
"dependencies": {
|
|
1598
|
-
"Azure.Core": "1.46.
|
|
1497
|
+
"Azure.Core": "1.46.2",
|
|
1599
1498
|
"Azure.ResourceManager": "1.13.0",
|
|
1600
|
-
"System.ClientModel": "1.4.
|
|
1601
|
-
"System.Text.Json": "
|
|
1499
|
+
"System.ClientModel": "1.4.2",
|
|
1500
|
+
"System.Text.Json": "8.0.5"
|
|
1602
1501
|
},
|
|
1603
1502
|
"runtime": {
|
|
1604
1503
|
"lib/net8.0/Azure.ResourceManager.Redis.dll": {
|
|
@@ -1609,10 +1508,10 @@
|
|
|
1609
1508
|
},
|
|
1610
1509
|
"Azure.ResourceManager.RedisEnterprise/1.1.0": {
|
|
1611
1510
|
"dependencies": {
|
|
1612
|
-
"Azure.Core": "1.46.
|
|
1511
|
+
"Azure.Core": "1.46.2",
|
|
1613
1512
|
"Azure.ResourceManager": "1.13.0",
|
|
1614
|
-
"System.ClientModel": "1.4.
|
|
1615
|
-
"System.Text.Json": "
|
|
1513
|
+
"System.ClientModel": "1.4.2",
|
|
1514
|
+
"System.Text.Json": "8.0.5"
|
|
1616
1515
|
},
|
|
1617
1516
|
"runtime": {
|
|
1618
1517
|
"lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
|
|
@@ -1623,10 +1522,10 @@
|
|
|
1623
1522
|
},
|
|
1624
1523
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
1625
1524
|
"dependencies": {
|
|
1626
|
-
"Azure.Core": "1.46.
|
|
1525
|
+
"Azure.Core": "1.46.2",
|
|
1627
1526
|
"Azure.ResourceManager": "1.13.0",
|
|
1628
|
-
"System.ClientModel": "1.4.
|
|
1629
|
-
"System.Text.Json": "
|
|
1527
|
+
"System.ClientModel": "1.4.2",
|
|
1528
|
+
"System.Text.Json": "8.0.5"
|
|
1630
1529
|
},
|
|
1631
1530
|
"runtime": {
|
|
1632
1531
|
"lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
|
|
@@ -1637,7 +1536,7 @@
|
|
|
1637
1536
|
},
|
|
1638
1537
|
"Azure.ResourceManager.Storage/1.4.2": {
|
|
1639
1538
|
"dependencies": {
|
|
1640
|
-
"Azure.Core": "1.46.
|
|
1539
|
+
"Azure.Core": "1.46.2",
|
|
1641
1540
|
"Azure.ResourceManager": "1.13.0"
|
|
1642
1541
|
},
|
|
1643
1542
|
"runtime": {
|
|
@@ -1649,8 +1548,8 @@
|
|
|
1649
1548
|
},
|
|
1650
1549
|
"Azure.Search.Documents/11.7.0-beta.4": {
|
|
1651
1550
|
"dependencies": {
|
|
1652
|
-
"Azure.Core": "1.46.
|
|
1653
|
-
"System.ClientModel": "1.4.
|
|
1551
|
+
"Azure.Core": "1.46.2",
|
|
1552
|
+
"System.ClientModel": "1.4.2"
|
|
1654
1553
|
},
|
|
1655
1554
|
"runtime": {
|
|
1656
1555
|
"lib/net8.0/Azure.Search.Documents.dll": {
|
|
@@ -1661,9 +1560,9 @@
|
|
|
1661
1560
|
},
|
|
1662
1561
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
1663
1562
|
"dependencies": {
|
|
1664
|
-
"Azure.Core": "1.46.
|
|
1563
|
+
"Azure.Core": "1.46.2",
|
|
1665
1564
|
"System.Memory": "4.5.5",
|
|
1666
|
-
"System.Text.Json": "
|
|
1565
|
+
"System.Text.Json": "8.0.5",
|
|
1667
1566
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1668
1567
|
},
|
|
1669
1568
|
"runtime": {
|
|
@@ -1675,9 +1574,9 @@
|
|
|
1675
1574
|
},
|
|
1676
1575
|
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
1677
1576
|
"dependencies": {
|
|
1678
|
-
"Azure.Core": "1.46.
|
|
1577
|
+
"Azure.Core": "1.46.2",
|
|
1679
1578
|
"System.Memory": "4.5.5",
|
|
1680
|
-
"System.Text.Json": "
|
|
1579
|
+
"System.Text.Json": "8.0.5",
|
|
1681
1580
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1682
1581
|
},
|
|
1683
1582
|
"runtime": {
|
|
@@ -1700,8 +1599,8 @@
|
|
|
1700
1599
|
},
|
|
1701
1600
|
"Azure.Storage.Common/12.23.0": {
|
|
1702
1601
|
"dependencies": {
|
|
1703
|
-
"Azure.Core": "1.46.
|
|
1704
|
-
"System.IO.Hashing": "6.0.
|
|
1602
|
+
"Azure.Core": "1.46.2",
|
|
1603
|
+
"System.IO.Hashing": "6.0.0"
|
|
1705
1604
|
},
|
|
1706
1605
|
"runtime": {
|
|
1707
1606
|
"lib/net8.0/Azure.Storage.Common.dll": {
|
|
@@ -1749,21 +1648,21 @@
|
|
|
1749
1648
|
}
|
|
1750
1649
|
}
|
|
1751
1650
|
},
|
|
1752
|
-
"Microsoft.Azure.Amqp/2.
|
|
1651
|
+
"Microsoft.Azure.Amqp/2.7.0": {
|
|
1753
1652
|
"runtime": {
|
|
1754
|
-
"lib/
|
|
1755
|
-
"assemblyVersion": "2.
|
|
1756
|
-
"fileVersion": "2.
|
|
1653
|
+
"lib/net8.0/Microsoft.Azure.Amqp.dll": {
|
|
1654
|
+
"assemblyVersion": "2.7.0.0",
|
|
1655
|
+
"fileVersion": "2.7.0.0"
|
|
1757
1656
|
}
|
|
1758
1657
|
}
|
|
1759
1658
|
},
|
|
1760
1659
|
"Microsoft.Azure.Cosmos/3.51.0": {
|
|
1761
1660
|
"dependencies": {
|
|
1762
|
-
"Azure.Core": "1.46.
|
|
1661
|
+
"Azure.Core": "1.46.2",
|
|
1763
1662
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
1764
1663
|
"Microsoft.Bcl.HashCode": "1.1.0",
|
|
1765
1664
|
"System.Buffers": "4.5.1",
|
|
1766
|
-
"System.Collections.Immutable": "
|
|
1665
|
+
"System.Collections.Immutable": "1.7.0",
|
|
1767
1666
|
"System.Configuration.ConfigurationManager": "6.0.0",
|
|
1768
1667
|
"System.Diagnostics.DiagnosticSource": "9.0.0",
|
|
1769
1668
|
"System.Memory": "4.5.5",
|
|
@@ -1793,55 +1692,6 @@
|
|
|
1793
1692
|
}
|
|
1794
1693
|
}
|
|
1795
1694
|
},
|
|
1796
|
-
"Microsoft.Azure.Kusto.Cloud.Platform/13.0.2": {
|
|
1797
|
-
"dependencies": {
|
|
1798
|
-
"Microsoft.CSharp": "4.7.0",
|
|
1799
|
-
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
|
|
1800
|
-
"Newtonsoft.Json": "13.0.3",
|
|
1801
|
-
"System.Collections.Immutable": "8.0.0",
|
|
1802
|
-
"System.IO.Hashing": "6.0.1",
|
|
1803
|
-
"System.IdentityModel.Tokens.Jwt": "8.1.2",
|
|
1804
|
-
"System.Net.Http": "4.3.4",
|
|
1805
|
-
"System.Security.AccessControl": "6.0.0",
|
|
1806
|
-
"System.Security.Principal.Windows": "5.0.0"
|
|
1807
|
-
},
|
|
1808
|
-
"runtime": {
|
|
1809
|
-
"lib/net8.0/Kusto.Cloud.Platform.dll": {
|
|
1810
|
-
"assemblyVersion": "13.0.2.0",
|
|
1811
|
-
"fileVersion": "13.0.2.0"
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
},
|
|
1815
|
-
"Microsoft.Azure.Kusto.Cloud.Platform.Msal/13.0.2": {
|
|
1816
|
-
"dependencies": {
|
|
1817
|
-
"Azure.Core": "1.46.1",
|
|
1818
|
-
"Azure.Identity": "1.14.0",
|
|
1819
|
-
"Microsoft.Azure.Kusto.Cloud.Platform": "13.0.2",
|
|
1820
|
-
"Microsoft.Identity.Client": "4.72.1",
|
|
1821
|
-
"Microsoft.Identity.Client.Broker": "4.72.1"
|
|
1822
|
-
},
|
|
1823
|
-
"runtime": {
|
|
1824
|
-
"lib/net8.0/Kusto.Cloud.Platform.Msal.dll": {
|
|
1825
|
-
"assemblyVersion": "13.0.2.0",
|
|
1826
|
-
"fileVersion": "13.0.2.0"
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
"Microsoft.Azure.Kusto.Data/13.0.2": {
|
|
1831
|
-
"dependencies": {
|
|
1832
|
-
"Microsoft.Azure.Kusto.Cloud.Platform": "13.0.2",
|
|
1833
|
-
"Microsoft.Azure.Kusto.Cloud.Platform.Msal": "13.0.2",
|
|
1834
|
-
"Microsoft.Identity.Client": "4.72.1",
|
|
1835
|
-
"Microsoft.Identity.Client.Extensions.Msal": "4.71.1",
|
|
1836
|
-
"System.Diagnostics.DiagnosticSource": "9.0.0"
|
|
1837
|
-
},
|
|
1838
|
-
"runtime": {
|
|
1839
|
-
"lib/net8.0/Kusto.Data.dll": {
|
|
1840
|
-
"assemblyVersion": "13.0.2.0",
|
|
1841
|
-
"fileVersion": "13.0.2.0"
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
1695
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
1846
1696
|
"runtime": {
|
|
1847
1697
|
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
@@ -1858,32 +1708,23 @@
|
|
|
1858
1708
|
}
|
|
1859
1709
|
}
|
|
1860
1710
|
},
|
|
1861
|
-
"Microsoft.
|
|
1862
|
-
"runtime": {
|
|
1863
|
-
"lib/net8.0/Microsoft.Bcl.TimeProvider.dll": {
|
|
1864
|
-
"assemblyVersion": "8.0.0.1",
|
|
1865
|
-
"fileVersion": "8.0.123.58001"
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
"Microsoft.CSharp/4.7.0": {},
|
|
1870
|
-
"Microsoft.Extensions.AI.Abstractions/9.5.0": {
|
|
1711
|
+
"Microsoft.Extensions.AI.Abstractions/9.6.0": {
|
|
1871
1712
|
"runtime": {
|
|
1872
1713
|
"lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
|
|
1873
|
-
"assemblyVersion": "9.
|
|
1874
|
-
"fileVersion": "9.
|
|
1714
|
+
"assemblyVersion": "9.6.0.0",
|
|
1715
|
+
"fileVersion": "9.600.25.31002"
|
|
1875
1716
|
}
|
|
1876
1717
|
}
|
|
1877
1718
|
},
|
|
1878
1719
|
"Microsoft.Extensions.Azure/1.11.0": {
|
|
1879
1720
|
"dependencies": {
|
|
1880
|
-
"Azure.Core": "1.46.
|
|
1721
|
+
"Azure.Core": "1.46.2",
|
|
1881
1722
|
"Azure.Identity": "1.14.0",
|
|
1882
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1883
|
-
"Microsoft.Extensions.Configuration.Binder": "9.0.
|
|
1884
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
1885
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
1886
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
1723
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1724
|
+
"Microsoft.Extensions.Configuration.Binder": "9.0.6",
|
|
1725
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
1726
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
1727
|
+
"Microsoft.Extensions.Options": "9.0.6"
|
|
1887
1728
|
},
|
|
1888
1729
|
"runtime": {
|
|
1889
1730
|
"lib/net8.0/Microsoft.Extensions.Azure.dll": {
|
|
@@ -1892,217 +1733,394 @@
|
|
|
1892
1733
|
}
|
|
1893
1734
|
}
|
|
1894
1735
|
},
|
|
1895
|
-
"Microsoft.Extensions.Caching.Abstractions/9.0.
|
|
1736
|
+
"Microsoft.Extensions.Caching.Abstractions/9.0.6": {
|
|
1896
1737
|
"dependencies": {
|
|
1897
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
1738
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1739
|
+
},
|
|
1740
|
+
"runtime": {
|
|
1741
|
+
"lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
1742
|
+
"assemblyVersion": "9.0.0.0",
|
|
1743
|
+
"fileVersion": "9.0.625.26613"
|
|
1744
|
+
}
|
|
1898
1745
|
}
|
|
1899
1746
|
},
|
|
1900
|
-
"Microsoft.Extensions.Caching.Memory/9.0.
|
|
1747
|
+
"Microsoft.Extensions.Caching.Memory/9.0.6": {
|
|
1901
1748
|
"dependencies": {
|
|
1902
|
-
"Microsoft.Extensions.Caching.Abstractions": "9.0.
|
|
1903
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
1904
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
1905
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
1906
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
1749
|
+
"Microsoft.Extensions.Caching.Abstractions": "9.0.6",
|
|
1750
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
1751
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
1752
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
1753
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1754
|
+
},
|
|
1755
|
+
"runtime": {
|
|
1756
|
+
"lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
1757
|
+
"assemblyVersion": "9.0.0.0",
|
|
1758
|
+
"fileVersion": "9.0.625.26613"
|
|
1759
|
+
}
|
|
1907
1760
|
}
|
|
1908
1761
|
},
|
|
1909
|
-
"Microsoft.Extensions.Configuration/9.0.
|
|
1762
|
+
"Microsoft.Extensions.Configuration/9.0.6": {
|
|
1910
1763
|
"dependencies": {
|
|
1911
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1912
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
1764
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1765
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1766
|
+
},
|
|
1767
|
+
"runtime": {
|
|
1768
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.dll": {
|
|
1769
|
+
"assemblyVersion": "9.0.0.0",
|
|
1770
|
+
"fileVersion": "9.0.625.26613"
|
|
1771
|
+
}
|
|
1913
1772
|
}
|
|
1914
1773
|
},
|
|
1915
|
-
"Microsoft.Extensions.Configuration.Abstractions/9.0.
|
|
1774
|
+
"Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
|
|
1916
1775
|
"dependencies": {
|
|
1917
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
1776
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1777
|
+
},
|
|
1778
|
+
"runtime": {
|
|
1779
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
1780
|
+
"assemblyVersion": "9.0.0.0",
|
|
1781
|
+
"fileVersion": "9.0.625.26613"
|
|
1782
|
+
}
|
|
1918
1783
|
}
|
|
1919
1784
|
},
|
|
1920
|
-
"Microsoft.Extensions.Configuration.Binder/9.0.
|
|
1785
|
+
"Microsoft.Extensions.Configuration.Binder/9.0.6": {
|
|
1921
1786
|
"dependencies": {
|
|
1922
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1787
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
|
|
1788
|
+
},
|
|
1789
|
+
"runtime": {
|
|
1790
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
|
|
1791
|
+
"assemblyVersion": "9.0.0.0",
|
|
1792
|
+
"fileVersion": "9.0.625.26613"
|
|
1793
|
+
}
|
|
1923
1794
|
}
|
|
1924
1795
|
},
|
|
1925
|
-
"Microsoft.Extensions.Configuration.CommandLine/9.0.
|
|
1796
|
+
"Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
|
|
1926
1797
|
"dependencies": {
|
|
1927
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
1928
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1798
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1799
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
|
|
1800
|
+
},
|
|
1801
|
+
"runtime": {
|
|
1802
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
|
|
1803
|
+
"assemblyVersion": "9.0.0.0",
|
|
1804
|
+
"fileVersion": "9.0.625.26613"
|
|
1805
|
+
}
|
|
1929
1806
|
}
|
|
1930
1807
|
},
|
|
1931
|
-
"Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.
|
|
1808
|
+
"Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
|
|
1932
1809
|
"dependencies": {
|
|
1933
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
1934
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1810
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1811
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
|
|
1812
|
+
},
|
|
1813
|
+
"runtime": {
|
|
1814
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
|
|
1815
|
+
"assemblyVersion": "9.0.0.0",
|
|
1816
|
+
"fileVersion": "9.0.625.26613"
|
|
1817
|
+
}
|
|
1935
1818
|
}
|
|
1936
1819
|
},
|
|
1937
|
-
"Microsoft.Extensions.Configuration.FileExtensions/9.0.
|
|
1820
|
+
"Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
|
|
1938
1821
|
"dependencies": {
|
|
1939
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
1940
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1941
|
-
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.
|
|
1942
|
-
"Microsoft.Extensions.FileProviders.Physical": "9.0.
|
|
1943
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
1822
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1823
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1824
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
|
|
1825
|
+
"Microsoft.Extensions.FileProviders.Physical": "9.0.6",
|
|
1826
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1827
|
+
},
|
|
1828
|
+
"runtime": {
|
|
1829
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
|
|
1830
|
+
"assemblyVersion": "9.0.0.0",
|
|
1831
|
+
"fileVersion": "9.0.625.26613"
|
|
1832
|
+
}
|
|
1944
1833
|
}
|
|
1945
1834
|
},
|
|
1946
|
-
"Microsoft.Extensions.Configuration.Json/9.0.
|
|
1835
|
+
"Microsoft.Extensions.Configuration.Json/9.0.6": {
|
|
1947
1836
|
"dependencies": {
|
|
1948
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
1949
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1950
|
-
"Microsoft.Extensions.Configuration.FileExtensions": "9.0.
|
|
1951
|
-
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.
|
|
1837
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1838
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1839
|
+
"Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
|
|
1840
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6"
|
|
1841
|
+
},
|
|
1842
|
+
"runtime": {
|
|
1843
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": {
|
|
1844
|
+
"assemblyVersion": "9.0.0.0",
|
|
1845
|
+
"fileVersion": "9.0.625.26613"
|
|
1846
|
+
}
|
|
1952
1847
|
}
|
|
1953
1848
|
},
|
|
1954
|
-
"Microsoft.Extensions.Configuration.UserSecrets/9.0.
|
|
1849
|
+
"Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
|
|
1955
1850
|
"dependencies": {
|
|
1956
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
1957
|
-
"Microsoft.Extensions.Configuration.Json": "9.0.
|
|
1958
|
-
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.
|
|
1959
|
-
"Microsoft.Extensions.FileProviders.Physical": "9.0.
|
|
1851
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1852
|
+
"Microsoft.Extensions.Configuration.Json": "9.0.6",
|
|
1853
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
|
|
1854
|
+
"Microsoft.Extensions.FileProviders.Physical": "9.0.6"
|
|
1855
|
+
},
|
|
1856
|
+
"runtime": {
|
|
1857
|
+
"lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
|
|
1858
|
+
"assemblyVersion": "9.0.0.0",
|
|
1859
|
+
"fileVersion": "9.0.625.26613"
|
|
1860
|
+
}
|
|
1960
1861
|
}
|
|
1961
1862
|
},
|
|
1962
|
-
"Microsoft.Extensions.DependencyInjection/9.0.
|
|
1863
|
+
"Microsoft.Extensions.DependencyInjection/9.0.6": {
|
|
1963
1864
|
"dependencies": {
|
|
1964
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
1865
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6"
|
|
1866
|
+
},
|
|
1867
|
+
"runtime": {
|
|
1868
|
+
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
1869
|
+
"assemblyVersion": "9.0.0.0",
|
|
1870
|
+
"fileVersion": "9.0.625.26613"
|
|
1871
|
+
}
|
|
1965
1872
|
}
|
|
1966
1873
|
},
|
|
1967
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1874
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
|
|
1875
|
+
"runtime": {
|
|
1876
|
+
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
1877
|
+
"assemblyVersion": "9.0.0.0",
|
|
1878
|
+
"fileVersion": "9.0.625.26613"
|
|
1879
|
+
}
|
|
1973
1880
|
}
|
|
1974
1881
|
},
|
|
1975
|
-
"Microsoft.Extensions.Diagnostics
|
|
1882
|
+
"Microsoft.Extensions.Diagnostics/9.0.6": {
|
|
1976
1883
|
"dependencies": {
|
|
1977
|
-
"Microsoft.Extensions.
|
|
1978
|
-
"Microsoft.Extensions.
|
|
1884
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1885
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
|
|
1886
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
|
|
1887
|
+
},
|
|
1888
|
+
"runtime": {
|
|
1889
|
+
"lib/net9.0/Microsoft.Extensions.Diagnostics.dll": {
|
|
1890
|
+
"assemblyVersion": "9.0.0.0",
|
|
1891
|
+
"fileVersion": "9.0.625.26613"
|
|
1892
|
+
}
|
|
1979
1893
|
}
|
|
1980
1894
|
},
|
|
1981
|
-
"Microsoft.Extensions.
|
|
1895
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
|
|
1982
1896
|
"dependencies": {
|
|
1983
|
-
"Microsoft.Extensions.
|
|
1897
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
1898
|
+
"Microsoft.Extensions.Options": "9.0.6"
|
|
1899
|
+
},
|
|
1900
|
+
"runtime": {
|
|
1901
|
+
"lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
1902
|
+
"assemblyVersion": "9.0.0.0",
|
|
1903
|
+
"fileVersion": "9.0.625.26613"
|
|
1904
|
+
}
|
|
1984
1905
|
}
|
|
1985
1906
|
},
|
|
1986
|
-
"Microsoft.Extensions.FileProviders.
|
|
1907
|
+
"Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
|
|
1987
1908
|
"dependencies": {
|
|
1988
|
-
"Microsoft.Extensions.
|
|
1989
|
-
|
|
1990
|
-
|
|
1909
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1910
|
+
},
|
|
1911
|
+
"runtime": {
|
|
1912
|
+
"lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
1913
|
+
"assemblyVersion": "9.0.0.0",
|
|
1914
|
+
"fileVersion": "9.0.625.26613"
|
|
1915
|
+
}
|
|
1991
1916
|
}
|
|
1992
1917
|
},
|
|
1993
|
-
"Microsoft.Extensions.
|
|
1994
|
-
"Microsoft.Extensions.Hosting/9.0.5": {
|
|
1918
|
+
"Microsoft.Extensions.FileProviders.Physical/9.0.6": {
|
|
1995
1919
|
"dependencies": {
|
|
1996
|
-
"Microsoft.Extensions.
|
|
1997
|
-
"Microsoft.Extensions.
|
|
1998
|
-
"Microsoft.Extensions.
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
"Microsoft.Extensions.
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
"Microsoft.Extensions.
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
"Microsoft.Extensions.
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
1920
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
|
|
1921
|
+
"Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
|
|
1922
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
1923
|
+
},
|
|
1924
|
+
"runtime": {
|
|
1925
|
+
"lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": {
|
|
1926
|
+
"assemblyVersion": "9.0.0.0",
|
|
1927
|
+
"fileVersion": "9.0.625.26613"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
|
|
1932
|
+
"runtime": {
|
|
1933
|
+
"lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
|
|
1934
|
+
"assemblyVersion": "9.0.0.0",
|
|
1935
|
+
"fileVersion": "9.0.625.26613"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"Microsoft.Extensions.Hosting/9.0.6": {
|
|
1940
|
+
"dependencies": {
|
|
1941
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
1942
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1943
|
+
"Microsoft.Extensions.Configuration.Binder": "9.0.6",
|
|
1944
|
+
"Microsoft.Extensions.Configuration.CommandLine": "9.0.6",
|
|
1945
|
+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.6",
|
|
1946
|
+
"Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
|
|
1947
|
+
"Microsoft.Extensions.Configuration.Json": "9.0.6",
|
|
1948
|
+
"Microsoft.Extensions.Configuration.UserSecrets": "9.0.6",
|
|
1949
|
+
"Microsoft.Extensions.DependencyInjection": "9.0.6",
|
|
1950
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
1951
|
+
"Microsoft.Extensions.Diagnostics": "9.0.6",
|
|
1952
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
|
|
1953
|
+
"Microsoft.Extensions.FileProviders.Physical": "9.0.6",
|
|
1954
|
+
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
1955
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
1956
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
1957
|
+
"Microsoft.Extensions.Logging.Configuration": "9.0.6",
|
|
1958
|
+
"Microsoft.Extensions.Logging.Console": "9.0.6",
|
|
1959
|
+
"Microsoft.Extensions.Logging.Debug": "9.0.6",
|
|
1960
|
+
"Microsoft.Extensions.Logging.EventLog": "9.0.6",
|
|
1961
|
+
"Microsoft.Extensions.Logging.EventSource": "9.0.6",
|
|
1962
|
+
"Microsoft.Extensions.Options": "9.0.6"
|
|
1963
|
+
},
|
|
1964
|
+
"runtime": {
|
|
1965
|
+
"lib/net9.0/Microsoft.Extensions.Hosting.dll": {
|
|
1966
|
+
"assemblyVersion": "9.0.0.0",
|
|
1967
|
+
"fileVersion": "9.0.625.26613"
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
|
|
2021
1972
|
"dependencies": {
|
|
2022
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
2023
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2024
|
-
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.
|
|
2025
|
-
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.
|
|
2026
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
1973
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
1974
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
1975
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
|
|
1976
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
|
|
1977
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6"
|
|
1978
|
+
},
|
|
1979
|
+
"runtime": {
|
|
1980
|
+
"lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
1981
|
+
"assemblyVersion": "9.0.0.0",
|
|
1982
|
+
"fileVersion": "9.0.625.26613"
|
|
1983
|
+
}
|
|
2027
1984
|
}
|
|
2028
1985
|
},
|
|
2029
|
-
"Microsoft.Extensions.Logging/9.0.
|
|
1986
|
+
"Microsoft.Extensions.Logging/9.0.6": {
|
|
2030
1987
|
"dependencies": {
|
|
2031
|
-
"Microsoft.Extensions.DependencyInjection": "9.0.
|
|
2032
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2033
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
1988
|
+
"Microsoft.Extensions.DependencyInjection": "9.0.6",
|
|
1989
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
1990
|
+
"Microsoft.Extensions.Options": "9.0.6"
|
|
1991
|
+
},
|
|
1992
|
+
"runtime": {
|
|
1993
|
+
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
|
|
1994
|
+
"assemblyVersion": "9.0.0.0",
|
|
1995
|
+
"fileVersion": "9.0.625.26613"
|
|
1996
|
+
}
|
|
2034
1997
|
}
|
|
2035
1998
|
},
|
|
2036
|
-
"Microsoft.Extensions.Logging.Abstractions/9.0.
|
|
1999
|
+
"Microsoft.Extensions.Logging.Abstractions/9.0.6": {
|
|
2037
2000
|
"dependencies": {
|
|
2038
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2001
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6"
|
|
2002
|
+
},
|
|
2003
|
+
"runtime": {
|
|
2004
|
+
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
2005
|
+
"assemblyVersion": "9.0.0.0",
|
|
2006
|
+
"fileVersion": "9.0.625.26613"
|
|
2007
|
+
}
|
|
2039
2008
|
}
|
|
2040
2009
|
},
|
|
2041
|
-
"Microsoft.Extensions.Logging.Configuration/9.0.
|
|
2010
|
+
"Microsoft.Extensions.Logging.Configuration/9.0.6": {
|
|
2042
2011
|
"dependencies": {
|
|
2043
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
2044
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
2045
|
-
"Microsoft.Extensions.Configuration.Binder": "9.0.
|
|
2046
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2047
|
-
"Microsoft.Extensions.Logging": "9.0.
|
|
2048
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2049
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2050
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.
|
|
2012
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
2013
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
2014
|
+
"Microsoft.Extensions.Configuration.Binder": "9.0.6",
|
|
2015
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2016
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
2017
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2018
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
2019
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
|
|
2020
|
+
},
|
|
2021
|
+
"runtime": {
|
|
2022
|
+
"lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": {
|
|
2023
|
+
"assemblyVersion": "9.0.0.0",
|
|
2024
|
+
"fileVersion": "9.0.625.26613"
|
|
2025
|
+
}
|
|
2051
2026
|
}
|
|
2052
2027
|
},
|
|
2053
|
-
"Microsoft.Extensions.Logging.Console/9.0.
|
|
2028
|
+
"Microsoft.Extensions.Logging.Console/9.0.6": {
|
|
2054
2029
|
"dependencies": {
|
|
2055
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2056
|
-
"Microsoft.Extensions.Logging": "9.0.
|
|
2057
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2058
|
-
"Microsoft.Extensions.Logging.Configuration": "9.0.
|
|
2059
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2030
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2031
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
2032
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2033
|
+
"Microsoft.Extensions.Logging.Configuration": "9.0.6",
|
|
2034
|
+
"Microsoft.Extensions.Options": "9.0.6"
|
|
2035
|
+
},
|
|
2036
|
+
"runtime": {
|
|
2037
|
+
"lib/net9.0/Microsoft.Extensions.Logging.Console.dll": {
|
|
2038
|
+
"assemblyVersion": "9.0.0.0",
|
|
2039
|
+
"fileVersion": "9.0.625.26613"
|
|
2040
|
+
}
|
|
2060
2041
|
}
|
|
2061
2042
|
},
|
|
2062
|
-
"Microsoft.Extensions.Logging.Debug/9.0.
|
|
2043
|
+
"Microsoft.Extensions.Logging.Debug/9.0.6": {
|
|
2063
2044
|
"dependencies": {
|
|
2064
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2065
|
-
"Microsoft.Extensions.Logging": "9.0.
|
|
2066
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2045
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2046
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
2047
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6"
|
|
2048
|
+
},
|
|
2049
|
+
"runtime": {
|
|
2050
|
+
"lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": {
|
|
2051
|
+
"assemblyVersion": "9.0.0.0",
|
|
2052
|
+
"fileVersion": "9.0.625.26613"
|
|
2053
|
+
}
|
|
2067
2054
|
}
|
|
2068
2055
|
},
|
|
2069
|
-
"Microsoft.Extensions.Logging.EventLog/9.0.
|
|
2056
|
+
"Microsoft.Extensions.Logging.EventLog/9.0.6": {
|
|
2070
2057
|
"dependencies": {
|
|
2071
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2072
|
-
"Microsoft.Extensions.Logging": "9.0.
|
|
2073
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2074
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2075
|
-
"System.Diagnostics.EventLog": "9.0.
|
|
2058
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2059
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
2060
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2061
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
2062
|
+
"System.Diagnostics.EventLog": "9.0.6"
|
|
2063
|
+
},
|
|
2064
|
+
"runtime": {
|
|
2065
|
+
"lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": {
|
|
2066
|
+
"assemblyVersion": "9.0.0.0",
|
|
2067
|
+
"fileVersion": "9.0.625.26613"
|
|
2068
|
+
}
|
|
2076
2069
|
}
|
|
2077
2070
|
},
|
|
2078
|
-
"Microsoft.Extensions.Logging.EventSource/9.0.
|
|
2071
|
+
"Microsoft.Extensions.Logging.EventSource/9.0.6": {
|
|
2079
2072
|
"dependencies": {
|
|
2080
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2081
|
-
"Microsoft.Extensions.Logging": "9.0.
|
|
2082
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2083
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2084
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
2073
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2074
|
+
"Microsoft.Extensions.Logging": "9.0.6",
|
|
2075
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2076
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
2077
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
2078
|
+
},
|
|
2079
|
+
"runtime": {
|
|
2080
|
+
"lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": {
|
|
2081
|
+
"assemblyVersion": "9.0.0.0",
|
|
2082
|
+
"fileVersion": "9.0.625.26613"
|
|
2083
|
+
}
|
|
2085
2084
|
}
|
|
2086
2085
|
},
|
|
2087
|
-
"Microsoft.Extensions.Options/9.0.
|
|
2086
|
+
"Microsoft.Extensions.Options/9.0.6": {
|
|
2088
2087
|
"dependencies": {
|
|
2089
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2090
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
2088
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2089
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
2090
|
+
},
|
|
2091
|
+
"runtime": {
|
|
2092
|
+
"lib/net9.0/Microsoft.Extensions.Options.dll": {
|
|
2093
|
+
"assemblyVersion": "9.0.0.0",
|
|
2094
|
+
"fileVersion": "9.0.625.26613"
|
|
2095
|
+
}
|
|
2091
2096
|
}
|
|
2092
2097
|
},
|
|
2093
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.
|
|
2098
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
|
|
2094
2099
|
"dependencies": {
|
|
2095
|
-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.
|
|
2096
|
-
"Microsoft.Extensions.Configuration.Binder": "9.0.
|
|
2097
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2098
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2099
|
-
"Microsoft.Extensions.Primitives": "9.0.
|
|
2100
|
+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
|
|
2101
|
+
"Microsoft.Extensions.Configuration.Binder": "9.0.6",
|
|
2102
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2103
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
2104
|
+
"Microsoft.Extensions.Primitives": "9.0.6"
|
|
2105
|
+
},
|
|
2106
|
+
"runtime": {
|
|
2107
|
+
"lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
|
|
2108
|
+
"assemblyVersion": "9.0.0.0",
|
|
2109
|
+
"fileVersion": "9.0.625.26613"
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"Microsoft.Extensions.Primitives/9.0.6": {
|
|
2114
|
+
"runtime": {
|
|
2115
|
+
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
|
|
2116
|
+
"assemblyVersion": "9.0.0.0",
|
|
2117
|
+
"fileVersion": "9.0.625.26613"
|
|
2118
|
+
}
|
|
2100
2119
|
}
|
|
2101
2120
|
},
|
|
2102
|
-
"Microsoft.Extensions.Primitives/9.0.5": {},
|
|
2103
2121
|
"Microsoft.Identity.Client/4.72.1": {
|
|
2104
2122
|
"dependencies": {
|
|
2105
|
-
"Microsoft.IdentityModel.Abstractions": "
|
|
2123
|
+
"Microsoft.IdentityModel.Abstractions": "6.35.0",
|
|
2106
2124
|
"System.Diagnostics.DiagnosticSource": "9.0.0"
|
|
2107
2125
|
},
|
|
2108
2126
|
"runtime": {
|
|
@@ -2149,54 +2167,11 @@
|
|
|
2149
2167
|
}
|
|
2150
2168
|
}
|
|
2151
2169
|
},
|
|
2152
|
-
"Microsoft.IdentityModel.Abstractions/
|
|
2170
|
+
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
2153
2171
|
"runtime": {
|
|
2154
|
-
"lib/
|
|
2155
|
-
"assemblyVersion": "
|
|
2156
|
-
"fileVersion": "
|
|
2157
|
-
}
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
"Microsoft.IdentityModel.JsonWebTokens/8.1.2": {
|
|
2161
|
-
"dependencies": {
|
|
2162
|
-
"Microsoft.Bcl.TimeProvider": "8.0.1",
|
|
2163
|
-
"Microsoft.IdentityModel.Tokens": "8.1.2"
|
|
2164
|
-
},
|
|
2165
|
-
"runtime": {
|
|
2166
|
-
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
2167
|
-
"assemblyVersion": "8.1.2.0",
|
|
2168
|
-
"fileVersion": "8.1.2.51008"
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
"Microsoft.IdentityModel.Logging/8.1.2": {
|
|
2173
|
-
"dependencies": {
|
|
2174
|
-
"Microsoft.IdentityModel.Abstractions": "8.1.2"
|
|
2175
|
-
},
|
|
2176
|
-
"runtime": {
|
|
2177
|
-
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
|
2178
|
-
"assemblyVersion": "8.1.2.0",
|
|
2179
|
-
"fileVersion": "8.1.2.51008"
|
|
2180
|
-
}
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"Microsoft.IdentityModel.Tokens/8.1.2": {
|
|
2184
|
-
"dependencies": {
|
|
2185
|
-
"Microsoft.Bcl.TimeProvider": "8.0.1",
|
|
2186
|
-
"Microsoft.IdentityModel.Logging": "8.1.2"
|
|
2187
|
-
},
|
|
2188
|
-
"runtime": {
|
|
2189
|
-
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
2190
|
-
"assemblyVersion": "8.1.2.0",
|
|
2191
|
-
"fileVersion": "8.1.2.51008"
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
"Microsoft.IO.RecyclableMemoryStream/3.0.1": {
|
|
2196
|
-
"runtime": {
|
|
2197
|
-
"lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
|
|
2198
|
-
"assemblyVersion": "3.0.1.0",
|
|
2199
|
-
"fileVersion": "3.0.1.0"
|
|
2172
|
+
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
2173
|
+
"assemblyVersion": "6.35.0.0",
|
|
2174
|
+
"fileVersion": "6.35.0.41201"
|
|
2200
2175
|
}
|
|
2201
2176
|
}
|
|
2202
2177
|
},
|
|
@@ -2219,28 +2194,39 @@
|
|
|
2219
2194
|
}
|
|
2220
2195
|
}
|
|
2221
2196
|
},
|
|
2222
|
-
"ModelContextProtocol/0.
|
|
2197
|
+
"ModelContextProtocol/0.3.0-preview.1": {
|
|
2223
2198
|
"dependencies": {
|
|
2224
|
-
"Microsoft.Extensions.
|
|
2225
|
-
"
|
|
2226
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.5",
|
|
2227
|
-
"System.Net.ServerSentEvents": "10.0.0-preview.4.25258.110"
|
|
2199
|
+
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2200
|
+
"ModelContextProtocol.Core": "0.3.0-preview.1"
|
|
2228
2201
|
},
|
|
2229
2202
|
"runtime": {
|
|
2230
2203
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
2231
|
-
"assemblyVersion": "0.
|
|
2232
|
-
"fileVersion": "0.
|
|
2204
|
+
"assemblyVersion": "0.3.0.0",
|
|
2205
|
+
"fileVersion": "0.3.0.0"
|
|
2233
2206
|
}
|
|
2234
2207
|
}
|
|
2235
2208
|
},
|
|
2236
|
-
"ModelContextProtocol.AspNetCore/0.
|
|
2209
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.1": {
|
|
2237
2210
|
"dependencies": {
|
|
2238
|
-
"ModelContextProtocol": "0.
|
|
2211
|
+
"ModelContextProtocol": "0.3.0-preview.1"
|
|
2239
2212
|
},
|
|
2240
2213
|
"runtime": {
|
|
2241
2214
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
2242
|
-
"assemblyVersion": "0.
|
|
2243
|
-
"fileVersion": "0.
|
|
2215
|
+
"assemblyVersion": "0.3.0.0",
|
|
2216
|
+
"fileVersion": "0.3.0.0"
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"ModelContextProtocol.Core/0.3.0-preview.1": {
|
|
2221
|
+
"dependencies": {
|
|
2222
|
+
"Microsoft.Extensions.AI.Abstractions": "9.6.0",
|
|
2223
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2224
|
+
"System.Net.ServerSentEvents": "10.0.0-preview.5.25277.114"
|
|
2225
|
+
},
|
|
2226
|
+
"runtime": {
|
|
2227
|
+
"lib/net9.0/ModelContextProtocol.Core.dll": {
|
|
2228
|
+
"assemblyVersion": "0.3.0.0",
|
|
2229
|
+
"fileVersion": "0.3.0.0"
|
|
2244
2230
|
}
|
|
2245
2231
|
}
|
|
2246
2232
|
},
|
|
@@ -2254,7 +2240,7 @@
|
|
|
2254
2240
|
},
|
|
2255
2241
|
"Npgsql/9.0.3": {
|
|
2256
2242
|
"dependencies": {
|
|
2257
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2243
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6"
|
|
2258
2244
|
},
|
|
2259
2245
|
"runtime": {
|
|
2260
2246
|
"lib/net8.0/Npgsql.dll": {
|
|
@@ -2265,8 +2251,8 @@
|
|
|
2265
2251
|
},
|
|
2266
2252
|
"OpenTelemetry/1.12.0": {
|
|
2267
2253
|
"dependencies": {
|
|
2268
|
-
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.
|
|
2269
|
-
"Microsoft.Extensions.Logging.Configuration": "9.0.
|
|
2254
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
|
|
2255
|
+
"Microsoft.Extensions.Logging.Configuration": "9.0.6",
|
|
2270
2256
|
"OpenTelemetry.Api.ProviderBuilderExtensions": "1.12.0"
|
|
2271
2257
|
},
|
|
2272
2258
|
"runtime": {
|
|
@@ -2289,7 +2275,7 @@
|
|
|
2289
2275
|
},
|
|
2290
2276
|
"OpenTelemetry.Api.ProviderBuilderExtensions/1.12.0": {
|
|
2291
2277
|
"dependencies": {
|
|
2292
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.
|
|
2278
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
|
|
2293
2279
|
"OpenTelemetry.Api": "1.12.0"
|
|
2294
2280
|
},
|
|
2295
2281
|
"runtime": {
|
|
@@ -2312,7 +2298,7 @@
|
|
|
2312
2298
|
},
|
|
2313
2299
|
"OpenTelemetry.Extensions.Hosting/1.12.0": {
|
|
2314
2300
|
"dependencies": {
|
|
2315
|
-
"Microsoft.Extensions.Hosting.Abstractions": "9.0.
|
|
2301
|
+
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2316
2302
|
"OpenTelemetry": "1.12.0"
|
|
2317
2303
|
},
|
|
2318
2304
|
"runtime": {
|
|
@@ -2335,8 +2321,8 @@
|
|
|
2335
2321
|
},
|
|
2336
2322
|
"OpenTelemetry.Instrumentation.Http/1.12.0": {
|
|
2337
2323
|
"dependencies": {
|
|
2338
|
-
"Microsoft.Extensions.Configuration": "9.0.
|
|
2339
|
-
"Microsoft.Extensions.Options": "9.0.
|
|
2324
|
+
"Microsoft.Extensions.Configuration": "9.0.6",
|
|
2325
|
+
"Microsoft.Extensions.Options": "9.0.6",
|
|
2340
2326
|
"OpenTelemetry.Api.ProviderBuilderExtensions": "1.12.0"
|
|
2341
2327
|
},
|
|
2342
2328
|
"runtime": {
|
|
@@ -2475,15 +2461,15 @@
|
|
|
2475
2461
|
}
|
|
2476
2462
|
},
|
|
2477
2463
|
"System.Buffers/4.5.1": {},
|
|
2478
|
-
"System.ClientModel/1.4.
|
|
2464
|
+
"System.ClientModel/1.4.2": {
|
|
2479
2465
|
"dependencies": {
|
|
2480
|
-
"Microsoft.Extensions.Logging.Abstractions": "9.0.
|
|
2466
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
2481
2467
|
"System.Memory.Data": "6.0.1"
|
|
2482
2468
|
},
|
|
2483
2469
|
"runtime": {
|
|
2484
2470
|
"lib/net8.0/System.ClientModel.dll": {
|
|
2485
|
-
"assemblyVersion": "1.4.
|
|
2486
|
-
"fileVersion": "1.400.
|
|
2471
|
+
"assemblyVersion": "1.4.2.0",
|
|
2472
|
+
"fileVersion": "1.400.225.30508"
|
|
2487
2473
|
}
|
|
2488
2474
|
}
|
|
2489
2475
|
},
|
|
@@ -2509,7 +2495,7 @@
|
|
|
2509
2495
|
"System.Threading.Tasks": "4.3.0"
|
|
2510
2496
|
}
|
|
2511
2497
|
},
|
|
2512
|
-
"System.Collections.Immutable/
|
|
2498
|
+
"System.Collections.Immutable/1.7.0": {},
|
|
2513
2499
|
"System.CommandLine/2.0.0-beta4.22272.1": {
|
|
2514
2500
|
"runtime": {
|
|
2515
2501
|
"lib/net6.0/System.CommandLine.dll": {
|
|
@@ -2580,7 +2566,14 @@
|
|
|
2580
2566
|
}
|
|
2581
2567
|
},
|
|
2582
2568
|
"System.Diagnostics.DiagnosticSource/9.0.0": {},
|
|
2583
|
-
"System.Diagnostics.EventLog/9.0.
|
|
2569
|
+
"System.Diagnostics.EventLog/9.0.6": {
|
|
2570
|
+
"runtime": {
|
|
2571
|
+
"runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": {
|
|
2572
|
+
"assemblyVersion": "9.0.0.0",
|
|
2573
|
+
"fileVersion": "9.0.625.26613"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2584
2577
|
"System.Diagnostics.Tracing/4.3.0": {
|
|
2585
2578
|
"dependencies": {
|
|
2586
2579
|
"Microsoft.NETCore.Platforms": "1.1.1",
|
|
@@ -2600,7 +2593,14 @@
|
|
|
2600
2593
|
}
|
|
2601
2594
|
}
|
|
2602
2595
|
},
|
|
2603
|
-
"System.Formats.Asn1/9.0.
|
|
2596
|
+
"System.Formats.Asn1/9.0.6": {
|
|
2597
|
+
"runtime": {
|
|
2598
|
+
"lib/net9.0/System.Formats.Asn1.dll": {
|
|
2599
|
+
"assemblyVersion": "9.0.0.0",
|
|
2600
|
+
"fileVersion": "9.0.625.26613"
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
2604
|
"System.Globalization/4.3.0": {
|
|
2605
2605
|
"dependencies": {
|
|
2606
2606
|
"Microsoft.NETCore.Platforms": "1.1.1",
|
|
@@ -2628,18 +2628,6 @@
|
|
|
2628
2628
|
"System.Runtime.InteropServices": "4.3.0"
|
|
2629
2629
|
}
|
|
2630
2630
|
},
|
|
2631
|
-
"System.IdentityModel.Tokens.Jwt/8.1.2": {
|
|
2632
|
-
"dependencies": {
|
|
2633
|
-
"Microsoft.IdentityModel.JsonWebTokens": "8.1.2",
|
|
2634
|
-
"Microsoft.IdentityModel.Tokens": "8.1.2"
|
|
2635
|
-
},
|
|
2636
|
-
"runtime": {
|
|
2637
|
-
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
2638
|
-
"assemblyVersion": "8.1.2.0",
|
|
2639
|
-
"fileVersion": "8.1.2.51008"
|
|
2640
|
-
}
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
2631
|
"System.IO/4.3.0": {
|
|
2644
2632
|
"dependencies": {
|
|
2645
2633
|
"Microsoft.NETCore.Platforms": "1.1.1",
|
|
@@ -2668,11 +2656,11 @@
|
|
|
2668
2656
|
"System.Runtime": "4.3.1"
|
|
2669
2657
|
}
|
|
2670
2658
|
},
|
|
2671
|
-
"System.IO.Hashing/6.0.
|
|
2659
|
+
"System.IO.Hashing/6.0.0": {
|
|
2672
2660
|
"runtime": {
|
|
2673
2661
|
"lib/net6.0/System.IO.Hashing.dll": {
|
|
2674
|
-
"assemblyVersion": "6.0.0.
|
|
2675
|
-
"fileVersion": "6.0.
|
|
2662
|
+
"assemblyVersion": "6.0.0.0",
|
|
2663
|
+
"fileVersion": "6.0.21.52210"
|
|
2676
2664
|
}
|
|
2677
2665
|
}
|
|
2678
2666
|
},
|
|
@@ -2685,11 +2673,11 @@
|
|
|
2685
2673
|
"System.Runtime.Extensions": "4.3.0"
|
|
2686
2674
|
}
|
|
2687
2675
|
},
|
|
2688
|
-
"System.Linq.AsyncEnumerable/10.0.0-preview.
|
|
2676
|
+
"System.Linq.AsyncEnumerable/10.0.0-preview.5.25277.114": {
|
|
2689
2677
|
"runtime": {
|
|
2690
2678
|
"lib/net9.0/System.Linq.AsyncEnumerable.dll": {
|
|
2691
2679
|
"assemblyVersion": "10.0.0.0",
|
|
2692
|
-
"fileVersion": "10.0.25.
|
|
2680
|
+
"fileVersion": "10.0.25.27814"
|
|
2693
2681
|
}
|
|
2694
2682
|
}
|
|
2695
2683
|
},
|
|
@@ -2741,11 +2729,11 @@
|
|
|
2741
2729
|
"runtime.win.System.Net.Primitives": "4.3.0"
|
|
2742
2730
|
}
|
|
2743
2731
|
},
|
|
2744
|
-
"System.Net.ServerSentEvents/10.0.0-preview.
|
|
2732
|
+
"System.Net.ServerSentEvents/10.0.0-preview.5.25277.114": {
|
|
2745
2733
|
"runtime": {
|
|
2746
2734
|
"lib/net9.0/System.Net.ServerSentEvents.dll": {
|
|
2747
2735
|
"assemblyVersion": "10.0.0.0",
|
|
2748
|
-
"fileVersion": "10.0.25.
|
|
2736
|
+
"fileVersion": "10.0.25.27814"
|
|
2749
2737
|
}
|
|
2750
2738
|
}
|
|
2751
2739
|
},
|
|
@@ -2971,7 +2959,6 @@
|
|
|
2971
2959
|
}
|
|
2972
2960
|
}
|
|
2973
2961
|
},
|
|
2974
|
-
"System.Security.Principal.Windows/5.0.0": {},
|
|
2975
2962
|
"System.Text.Encoding/4.3.0": {
|
|
2976
2963
|
"dependencies": {
|
|
2977
2964
|
"Microsoft.NETCore.Platforms": "1.1.1",
|
|
@@ -2989,7 +2976,7 @@
|
|
|
2989
2976
|
"runtime.any.System.Text.Encoding.Extensions": "4.3.0"
|
|
2990
2977
|
}
|
|
2991
2978
|
},
|
|
2992
|
-
"System.Text.Json/
|
|
2979
|
+
"System.Text.Json/8.0.5": {},
|
|
2993
2980
|
"System.Text.RegularExpressions/4.3.1": {
|
|
2994
2981
|
"dependencies": {
|
|
2995
2982
|
"System.Runtime": "4.3.1"
|
|
@@ -3033,7 +3020,7 @@
|
|
|
3033
3020
|
}
|
|
3034
3021
|
},
|
|
3035
3022
|
"libraries": {
|
|
3036
|
-
"azmcp/0.2.
|
|
3023
|
+
"azmcp/0.2.4": {
|
|
3037
3024
|
"type": "project",
|
|
3038
3025
|
"serviceable": false,
|
|
3039
3026
|
"sha512": ""
|
|
@@ -3048,12 +3035,26 @@
|
|
|
3048
3035
|
"serviceable": false,
|
|
3049
3036
|
"sha512": ""
|
|
3050
3037
|
},
|
|
3051
|
-
"Azure.
|
|
3038
|
+
"Azure.Bicep.Types/0.5.110": {
|
|
3039
|
+
"type": "package",
|
|
3040
|
+
"serviceable": true,
|
|
3041
|
+
"sha512": "sha512-TDnw+a21qLw5Q89FxhZZYuNBIMCiT0n4Eq+bfpgrKn7vjHSyVKOc/3ipKsqHkifHqGEXx3++DY23FC8PmKHg7Q==",
|
|
3042
|
+
"path": "azure.bicep.types/0.5.110",
|
|
3043
|
+
"hashPath": "azure.bicep.types.0.5.110.nupkg.sha512"
|
|
3044
|
+
},
|
|
3045
|
+
"Azure.Bicep.Types.Az/0.2.771": {
|
|
3052
3046
|
"type": "package",
|
|
3053
3047
|
"serviceable": true,
|
|
3054
|
-
"sha512": "sha512-
|
|
3055
|
-
"path": "azure.
|
|
3056
|
-
"hashPath": "azure.
|
|
3048
|
+
"sha512": "sha512-x+6h//6GjyvnGWW7LbmnfF+WawCimRq3bN9DkLusU0o7/xXioYVjDhGyqCOfH0DelHq/oU+jCnbd+wV9kRBWSA==",
|
|
3049
|
+
"path": "azure.bicep.types.az/0.2.771",
|
|
3050
|
+
"hashPath": "azure.bicep.types.az.0.2.771.nupkg.sha512"
|
|
3051
|
+
},
|
|
3052
|
+
"Azure.Core/1.46.2": {
|
|
3053
|
+
"type": "package",
|
|
3054
|
+
"serviceable": true,
|
|
3055
|
+
"sha512": "sha512-HFcvd1besmgBFPIZ7iSFHZOgzGfHTZNTzG8gWYdIP8ZJQySrb+vAdArcmFw7je3kFRMDbbtMoWKNVGj2vvH1sw==",
|
|
3056
|
+
"path": "azure.core/1.46.2",
|
|
3057
|
+
"hashPath": "azure.core.1.46.2.nupkg.sha512"
|
|
3057
3058
|
},
|
|
3058
3059
|
"Azure.Core.Amqp/1.3.1": {
|
|
3059
3060
|
"type": "package",
|
|
@@ -3090,12 +3091,12 @@
|
|
|
3090
3091
|
"path": "azure.identity.broker/1.2.0",
|
|
3091
3092
|
"hashPath": "azure.identity.broker.1.2.0.nupkg.sha512"
|
|
3092
3093
|
},
|
|
3093
|
-
"Azure.Messaging.ServiceBus/7.
|
|
3094
|
+
"Azure.Messaging.ServiceBus/7.20.1": {
|
|
3094
3095
|
"type": "package",
|
|
3095
3096
|
"serviceable": true,
|
|
3096
|
-
"sha512": "sha512-
|
|
3097
|
-
"path": "azure.messaging.servicebus/7.
|
|
3098
|
-
"hashPath": "azure.messaging.servicebus.7.
|
|
3097
|
+
"sha512": "sha512-DxCkedWPQuiXrIyFcriOhsQcZmDZW+j9d55Ev4nnK3yjMUFjlVe4Hj37fuZTJlNhC3P+7EumqBTt33R6DfOxGA==",
|
|
3098
|
+
"path": "azure.messaging.servicebus/7.20.1",
|
|
3099
|
+
"hashPath": "azure.messaging.servicebus.7.20.1.nupkg.sha512"
|
|
3099
3100
|
},
|
|
3100
3101
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.3.0": {
|
|
3101
3102
|
"type": "package",
|
|
@@ -3265,12 +3266,12 @@
|
|
|
3265
3266
|
"path": "jsonschema.net/7.3.4",
|
|
3266
3267
|
"hashPath": "jsonschema.net.7.3.4.nupkg.sha512"
|
|
3267
3268
|
},
|
|
3268
|
-
"Microsoft.Azure.Amqp/2.
|
|
3269
|
+
"Microsoft.Azure.Amqp/2.7.0": {
|
|
3269
3270
|
"type": "package",
|
|
3270
3271
|
"serviceable": true,
|
|
3271
|
-
"sha512": "sha512-
|
|
3272
|
-
"path": "microsoft.azure.amqp/2.
|
|
3273
|
-
"hashPath": "microsoft.azure.amqp.2.
|
|
3272
|
+
"sha512": "sha512-gm/AEakujttMzrDhZ5QpRz3fICVkYDn/oDG9SmxDP+J7R8JDBXYU9WWG7hr6wQy40mY+wjUF0yUGXDPRDRNJwQ==",
|
|
3273
|
+
"path": "microsoft.azure.amqp/2.7.0",
|
|
3274
|
+
"hashPath": "microsoft.azure.amqp.2.7.0.nupkg.sha512"
|
|
3274
3275
|
},
|
|
3275
3276
|
"Microsoft.Azure.Cosmos/3.51.0": {
|
|
3276
3277
|
"type": "package",
|
|
@@ -3279,27 +3280,6 @@
|
|
|
3279
3280
|
"path": "microsoft.azure.cosmos/3.51.0",
|
|
3280
3281
|
"hashPath": "microsoft.azure.cosmos.3.51.0.nupkg.sha512"
|
|
3281
3282
|
},
|
|
3282
|
-
"Microsoft.Azure.Kusto.Cloud.Platform/13.0.2": {
|
|
3283
|
-
"type": "package",
|
|
3284
|
-
"serviceable": true,
|
|
3285
|
-
"sha512": "sha512-p+d/ChGOomKz2B4zNWXY3aRpFDGzYeQZOK7dwGn5kLjUhr/2DNKDpgIAYp2Py18FTK4+V6EqD8caZVbxPymgog==",
|
|
3286
|
-
"path": "microsoft.azure.kusto.cloud.platform/13.0.2",
|
|
3287
|
-
"hashPath": "microsoft.azure.kusto.cloud.platform.13.0.2.nupkg.sha512"
|
|
3288
|
-
},
|
|
3289
|
-
"Microsoft.Azure.Kusto.Cloud.Platform.Msal/13.0.2": {
|
|
3290
|
-
"type": "package",
|
|
3291
|
-
"serviceable": true,
|
|
3292
|
-
"sha512": "sha512-GKfREMw3gkNOuGrTPUQ/avLSOroffmr+CiR8K0Wi0C4f3HVQ978BnFD7Q2FdhigLllOAp7r3bxCFOEDgaN+8cg==",
|
|
3293
|
-
"path": "microsoft.azure.kusto.cloud.platform.msal/13.0.2",
|
|
3294
|
-
"hashPath": "microsoft.azure.kusto.cloud.platform.msal.13.0.2.nupkg.sha512"
|
|
3295
|
-
},
|
|
3296
|
-
"Microsoft.Azure.Kusto.Data/13.0.2": {
|
|
3297
|
-
"type": "package",
|
|
3298
|
-
"serviceable": true,
|
|
3299
|
-
"sha512": "sha512-XWcKKioj4oUwfi+WR0fRPkVTaMFAudbKvIqld1XKtjzNv62JFPffDfAcGX/IU/j+6GRUoLIhAU3Vd26h3peKMw==",
|
|
3300
|
-
"path": "microsoft.azure.kusto.data/13.0.2",
|
|
3301
|
-
"hashPath": "microsoft.azure.kusto.data.13.0.2.nupkg.sha512"
|
|
3302
|
-
},
|
|
3303
3283
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
3304
3284
|
"type": "package",
|
|
3305
3285
|
"serviceable": true,
|
|
@@ -3314,26 +3294,12 @@
|
|
|
3314
3294
|
"path": "microsoft.bcl.hashcode/1.1.0",
|
|
3315
3295
|
"hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512"
|
|
3316
3296
|
},
|
|
3317
|
-
"Microsoft.
|
|
3318
|
-
"type": "package",
|
|
3319
|
-
"serviceable": true,
|
|
3320
|
-
"sha512": "sha512-C7kWHJnMRY7EvJev2S8+yJHZ1y7A4ZlLbA4NE+O23BDIAN5mHeqND1m+SKv1ChRS5YlCDW7yAMUe7lttRsJaAA==",
|
|
3321
|
-
"path": "microsoft.bcl.timeprovider/8.0.1",
|
|
3322
|
-
"hashPath": "microsoft.bcl.timeprovider.8.0.1.nupkg.sha512"
|
|
3323
|
-
},
|
|
3324
|
-
"Microsoft.CSharp/4.7.0": {
|
|
3325
|
-
"type": "package",
|
|
3326
|
-
"serviceable": true,
|
|
3327
|
-
"sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
|
|
3328
|
-
"path": "microsoft.csharp/4.7.0",
|
|
3329
|
-
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
|
|
3330
|
-
},
|
|
3331
|
-
"Microsoft.Extensions.AI.Abstractions/9.5.0": {
|
|
3297
|
+
"Microsoft.Extensions.AI.Abstractions/9.6.0": {
|
|
3332
3298
|
"type": "package",
|
|
3333
3299
|
"serviceable": true,
|
|
3334
|
-
"sha512": "sha512-
|
|
3335
|
-
"path": "microsoft.extensions.ai.abstractions/9.
|
|
3336
|
-
"hashPath": "microsoft.extensions.ai.abstractions.9.
|
|
3300
|
+
"sha512": "sha512-xGO7rHg3qK8jRdriAxIrsH4voNemCf8GVmgdcPXI5gpZ6lZWqOEM4ZO8yfYxUmg7+URw2AY1h7Uc/H17g7X1Kw==",
|
|
3301
|
+
"path": "microsoft.extensions.ai.abstractions/9.6.0",
|
|
3302
|
+
"hashPath": "microsoft.extensions.ai.abstractions.9.6.0.nupkg.sha512"
|
|
3337
3303
|
},
|
|
3338
3304
|
"Microsoft.Extensions.Azure/1.11.0": {
|
|
3339
3305
|
"type": "package",
|
|
@@ -3342,208 +3308,208 @@
|
|
|
3342
3308
|
"path": "microsoft.extensions.azure/1.11.0",
|
|
3343
3309
|
"hashPath": "microsoft.extensions.azure.1.11.0.nupkg.sha512"
|
|
3344
3310
|
},
|
|
3345
|
-
"Microsoft.Extensions.Caching.Abstractions/9.0.
|
|
3311
|
+
"Microsoft.Extensions.Caching.Abstractions/9.0.6": {
|
|
3346
3312
|
"type": "package",
|
|
3347
3313
|
"serviceable": true,
|
|
3348
|
-
"sha512": "sha512-
|
|
3349
|
-
"path": "microsoft.extensions.caching.abstractions/9.0.
|
|
3350
|
-
"hashPath": "microsoft.extensions.caching.abstractions.9.0.
|
|
3314
|
+
"sha512": "sha512-bL/xQsVNrdVkzjP5yjX4ndkQ03H3+Bk3qPpl+AMCEJR2RkfgAYmoQ/xXffPV7is64+QHShnhA12YAaFmNbfM+A==",
|
|
3315
|
+
"path": "microsoft.extensions.caching.abstractions/9.0.6",
|
|
3316
|
+
"hashPath": "microsoft.extensions.caching.abstractions.9.0.6.nupkg.sha512"
|
|
3351
3317
|
},
|
|
3352
|
-
"Microsoft.Extensions.Caching.Memory/9.0.
|
|
3318
|
+
"Microsoft.Extensions.Caching.Memory/9.0.6": {
|
|
3353
3319
|
"type": "package",
|
|
3354
3320
|
"serviceable": true,
|
|
3355
|
-
"sha512": "sha512-
|
|
3356
|
-
"path": "microsoft.extensions.caching.memory/9.0.
|
|
3357
|
-
"hashPath": "microsoft.extensions.caching.memory.9.0.
|
|
3321
|
+
"sha512": "sha512-qPW2d798tBPZcRmrlaBJqyChf2+0odDdE+0Lxvrr0ywkSNl1oNMK8AKrOfDwyXyjuLCv0ua7p6nrUExCeXhCcg==",
|
|
3322
|
+
"path": "microsoft.extensions.caching.memory/9.0.6",
|
|
3323
|
+
"hashPath": "microsoft.extensions.caching.memory.9.0.6.nupkg.sha512"
|
|
3358
3324
|
},
|
|
3359
|
-
"Microsoft.Extensions.Configuration/9.0.
|
|
3325
|
+
"Microsoft.Extensions.Configuration/9.0.6": {
|
|
3360
3326
|
"type": "package",
|
|
3361
3327
|
"serviceable": true,
|
|
3362
|
-
"sha512": "sha512-
|
|
3363
|
-
"path": "microsoft.extensions.configuration/9.0.
|
|
3364
|
-
"hashPath": "microsoft.extensions.configuration.9.0.
|
|
3328
|
+
"sha512": "sha512-VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
|
|
3329
|
+
"path": "microsoft.extensions.configuration/9.0.6",
|
|
3330
|
+
"hashPath": "microsoft.extensions.configuration.9.0.6.nupkg.sha512"
|
|
3365
3331
|
},
|
|
3366
|
-
"Microsoft.Extensions.Configuration.Abstractions/9.0.
|
|
3332
|
+
"Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
|
|
3367
3333
|
"type": "package",
|
|
3368
3334
|
"serviceable": true,
|
|
3369
|
-
"sha512": "sha512-
|
|
3370
|
-
"path": "microsoft.extensions.configuration.abstractions/9.0.
|
|
3371
|
-
"hashPath": "microsoft.extensions.configuration.abstractions.9.0.
|
|
3335
|
+
"sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
|
|
3336
|
+
"path": "microsoft.extensions.configuration.abstractions/9.0.6",
|
|
3337
|
+
"hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512"
|
|
3372
3338
|
},
|
|
3373
|
-
"Microsoft.Extensions.Configuration.Binder/9.0.
|
|
3339
|
+
"Microsoft.Extensions.Configuration.Binder/9.0.6": {
|
|
3374
3340
|
"type": "package",
|
|
3375
3341
|
"serviceable": true,
|
|
3376
|
-
"sha512": "sha512-
|
|
3377
|
-
"path": "microsoft.extensions.configuration.binder/9.0.
|
|
3378
|
-
"hashPath": "microsoft.extensions.configuration.binder.9.0.
|
|
3342
|
+
"sha512": "sha512-Opl/7SIrwDy9WjHn/vU2thQ8CUtrIWHLr+89I7/0VYNEJQvpL24zvqYrh83cH38RzNKHji0WGVkCVP6HJChVVw==",
|
|
3343
|
+
"path": "microsoft.extensions.configuration.binder/9.0.6",
|
|
3344
|
+
"hashPath": "microsoft.extensions.configuration.binder.9.0.6.nupkg.sha512"
|
|
3379
3345
|
},
|
|
3380
|
-
"Microsoft.Extensions.Configuration.CommandLine/9.0.
|
|
3346
|
+
"Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
|
|
3381
3347
|
"type": "package",
|
|
3382
3348
|
"serviceable": true,
|
|
3383
|
-
"sha512": "sha512-
|
|
3384
|
-
"path": "microsoft.extensions.configuration.commandline/9.0.
|
|
3385
|
-
"hashPath": "microsoft.extensions.configuration.commandline.9.0.
|
|
3349
|
+
"sha512": "sha512-DC5I4Y1nK35jY4piDqQCzWjDXzT6ECMctBAxgAJoc6pn0k6uyxcDeOuVDRooFui/N65ptn9xT5mk9eO4mSTj/g==",
|
|
3350
|
+
"path": "microsoft.extensions.configuration.commandline/9.0.6",
|
|
3351
|
+
"hashPath": "microsoft.extensions.configuration.commandline.9.0.6.nupkg.sha512"
|
|
3386
3352
|
},
|
|
3387
|
-
"Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.
|
|
3353
|
+
"Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
|
|
3388
3354
|
"type": "package",
|
|
3389
3355
|
"serviceable": true,
|
|
3390
|
-
"sha512": "sha512-
|
|
3391
|
-
"path": "microsoft.extensions.configuration.environmentvariables/9.0.
|
|
3392
|
-
"hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.
|
|
3356
|
+
"sha512": "sha512-RGYG2JBak9lf2rIPiZUVmWjUqoxaHPy3XPhPsJyIQ8QqK47rKvJz7jxVYefTnYdM5LTEiGFBdC7v3+SiosvmkQ==",
|
|
3357
|
+
"path": "microsoft.extensions.configuration.environmentvariables/9.0.6",
|
|
3358
|
+
"hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.6.nupkg.sha512"
|
|
3393
3359
|
},
|
|
3394
|
-
"Microsoft.Extensions.Configuration.FileExtensions/9.0.
|
|
3360
|
+
"Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
|
|
3395
3361
|
"type": "package",
|
|
3396
3362
|
"serviceable": true,
|
|
3397
|
-
"sha512": "sha512-
|
|
3398
|
-
"path": "microsoft.extensions.configuration.fileextensions/9.0.
|
|
3399
|
-
"hashPath": "microsoft.extensions.configuration.fileextensions.9.0.
|
|
3363
|
+
"sha512": "sha512-pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
|
|
3364
|
+
"path": "microsoft.extensions.configuration.fileextensions/9.0.6",
|
|
3365
|
+
"hashPath": "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512"
|
|
3400
3366
|
},
|
|
3401
|
-
"Microsoft.Extensions.Configuration.Json/9.0.
|
|
3367
|
+
"Microsoft.Extensions.Configuration.Json/9.0.6": {
|
|
3402
3368
|
"type": "package",
|
|
3403
3369
|
"serviceable": true,
|
|
3404
|
-
"sha512": "sha512-
|
|
3405
|
-
"path": "microsoft.extensions.configuration.json/9.0.
|
|
3406
|
-
"hashPath": "microsoft.extensions.configuration.json.9.0.
|
|
3370
|
+
"sha512": "sha512-N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
|
|
3371
|
+
"path": "microsoft.extensions.configuration.json/9.0.6",
|
|
3372
|
+
"hashPath": "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512"
|
|
3407
3373
|
},
|
|
3408
|
-
"Microsoft.Extensions.Configuration.UserSecrets/9.0.
|
|
3374
|
+
"Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
|
|
3409
3375
|
"type": "package",
|
|
3410
3376
|
"serviceable": true,
|
|
3411
|
-
"sha512": "sha512-
|
|
3412
|
-
"path": "microsoft.extensions.configuration.usersecrets/9.0.
|
|
3413
|
-
"hashPath": "microsoft.extensions.configuration.usersecrets.9.0.
|
|
3377
|
+
"sha512": "sha512-0ZZMzdvNwIS0f09S0IcaEbKFm+Xc41vRROsA/soeKEpzRISTDdiVwGlzdldbXEsuPjNVvNHyvIP8YW2hfIig0w==",
|
|
3378
|
+
"path": "microsoft.extensions.configuration.usersecrets/9.0.6",
|
|
3379
|
+
"hashPath": "microsoft.extensions.configuration.usersecrets.9.0.6.nupkg.sha512"
|
|
3414
3380
|
},
|
|
3415
|
-
"Microsoft.Extensions.DependencyInjection/9.0.
|
|
3381
|
+
"Microsoft.Extensions.DependencyInjection/9.0.6": {
|
|
3416
3382
|
"type": "package",
|
|
3417
3383
|
"serviceable": true,
|
|
3418
|
-
"sha512": "sha512-
|
|
3419
|
-
"path": "microsoft.extensions.dependencyinjection/9.0.
|
|
3420
|
-
"hashPath": "microsoft.extensions.dependencyinjection.9.0.
|
|
3384
|
+
"sha512": "sha512-vS65HMo5RS10DD543fknsyVDxihMcVxVn3/hNaILgBxWYnOLxWIeCIO9X0QFuCvPRNjClvXe9Aj8KaQNx7vFkQ==",
|
|
3385
|
+
"path": "microsoft.extensions.dependencyinjection/9.0.6",
|
|
3386
|
+
"hashPath": "microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512"
|
|
3421
3387
|
},
|
|
3422
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.
|
|
3388
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
|
|
3423
3389
|
"type": "package",
|
|
3424
3390
|
"serviceable": true,
|
|
3425
|
-
"sha512": "sha512-
|
|
3426
|
-
"path": "microsoft.extensions.dependencyinjection.abstractions/9.0.
|
|
3427
|
-
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.
|
|
3391
|
+
"sha512": "sha512-0Zn6nR/6g+90MxskZyOOMPQvnPnrrGu6bytPwkV+azDcTtCSuQ1+GJUrg8Klmnrjk1i6zMpw2lXijl+tw7Q3kA==",
|
|
3392
|
+
"path": "microsoft.extensions.dependencyinjection.abstractions/9.0.6",
|
|
3393
|
+
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512"
|
|
3428
3394
|
},
|
|
3429
|
-
"Microsoft.Extensions.Diagnostics/9.0.
|
|
3395
|
+
"Microsoft.Extensions.Diagnostics/9.0.6": {
|
|
3430
3396
|
"type": "package",
|
|
3431
3397
|
"serviceable": true,
|
|
3432
|
-
"sha512": "sha512-
|
|
3433
|
-
"path": "microsoft.extensions.diagnostics/9.0.
|
|
3434
|
-
"hashPath": "microsoft.extensions.diagnostics.9.0.
|
|
3398
|
+
"sha512": "sha512-mIqCzZseDK9SqTRy4LxtjLwjlUu6aH5UdA6j0vgVER14yki9oRqLF+SmBiF6OlwsBSeL6dMQ8dmq02JMeE2puQ==",
|
|
3399
|
+
"path": "microsoft.extensions.diagnostics/9.0.6",
|
|
3400
|
+
"hashPath": "microsoft.extensions.diagnostics.9.0.6.nupkg.sha512"
|
|
3435
3401
|
},
|
|
3436
|
-
"Microsoft.Extensions.Diagnostics.Abstractions/9.0.
|
|
3402
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
|
|
3437
3403
|
"type": "package",
|
|
3438
3404
|
"serviceable": true,
|
|
3439
|
-
"sha512": "sha512-
|
|
3440
|
-
"path": "microsoft.extensions.diagnostics.abstractions/9.0.
|
|
3441
|
-
"hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.
|
|
3405
|
+
"sha512": "sha512-GIoXX7VDcTEsNM6yvffTBaOwnPQELGI5dzExR7L2O7AUkDsHBYIZawUbuwfq3cYzz8dIAAJotQYJMzH7qy27Ng==",
|
|
3406
|
+
"path": "microsoft.extensions.diagnostics.abstractions/9.0.6",
|
|
3407
|
+
"hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.6.nupkg.sha512"
|
|
3442
3408
|
},
|
|
3443
|
-
"Microsoft.Extensions.FileProviders.Abstractions/9.0.
|
|
3409
|
+
"Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
|
|
3444
3410
|
"type": "package",
|
|
3445
3411
|
"serviceable": true,
|
|
3446
|
-
"sha512": "sha512-
|
|
3447
|
-
"path": "microsoft.extensions.fileproviders.abstractions/9.0.
|
|
3448
|
-
"hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.
|
|
3412
|
+
"sha512": "sha512-q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
|
|
3413
|
+
"path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
|
|
3414
|
+
"hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512"
|
|
3449
3415
|
},
|
|
3450
|
-
"Microsoft.Extensions.FileProviders.Physical/9.0.
|
|
3416
|
+
"Microsoft.Extensions.FileProviders.Physical/9.0.6": {
|
|
3451
3417
|
"type": "package",
|
|
3452
3418
|
"serviceable": true,
|
|
3453
|
-
"sha512": "sha512-
|
|
3454
|
-
"path": "microsoft.extensions.fileproviders.physical/9.0.
|
|
3455
|
-
"hashPath": "microsoft.extensions.fileproviders.physical.9.0.
|
|
3419
|
+
"sha512": "sha512-l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
|
|
3420
|
+
"path": "microsoft.extensions.fileproviders.physical/9.0.6",
|
|
3421
|
+
"hashPath": "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512"
|
|
3456
3422
|
},
|
|
3457
|
-
"Microsoft.Extensions.FileSystemGlobbing/9.0.
|
|
3423
|
+
"Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
|
|
3458
3424
|
"type": "package",
|
|
3459
3425
|
"serviceable": true,
|
|
3460
|
-
"sha512": "sha512-
|
|
3461
|
-
"path": "microsoft.extensions.filesystemglobbing/9.0.
|
|
3462
|
-
"hashPath": "microsoft.extensions.filesystemglobbing.9.0.
|
|
3426
|
+
"sha512": "sha512-1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
|
|
3427
|
+
"path": "microsoft.extensions.filesystemglobbing/9.0.6",
|
|
3428
|
+
"hashPath": "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512"
|
|
3463
3429
|
},
|
|
3464
|
-
"Microsoft.Extensions.Hosting/9.0.
|
|
3430
|
+
"Microsoft.Extensions.Hosting/9.0.6": {
|
|
3465
3431
|
"type": "package",
|
|
3466
3432
|
"serviceable": true,
|
|
3467
|
-
"sha512": "sha512-
|
|
3468
|
-
"path": "microsoft.extensions.hosting/9.0.
|
|
3469
|
-
"hashPath": "microsoft.extensions.hosting.9.0.
|
|
3433
|
+
"sha512": "sha512-Iu1UyXUnjMhoOwThKM0kCyjgWqqQnuujsbPMnF44ITUbmETT7RAVlozNgev2L/damwNoPZKpmwArRKBy2IOAZg==",
|
|
3434
|
+
"path": "microsoft.extensions.hosting/9.0.6",
|
|
3435
|
+
"hashPath": "microsoft.extensions.hosting.9.0.6.nupkg.sha512"
|
|
3470
3436
|
},
|
|
3471
|
-
"Microsoft.Extensions.Hosting.Abstractions/9.0.
|
|
3437
|
+
"Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
|
|
3472
3438
|
"type": "package",
|
|
3473
3439
|
"serviceable": true,
|
|
3474
|
-
"sha512": "sha512-
|
|
3475
|
-
"path": "microsoft.extensions.hosting.abstractions/9.0.
|
|
3476
|
-
"hashPath": "microsoft.extensions.hosting.abstractions.9.0.
|
|
3440
|
+
"sha512": "sha512-G9T95JbcG/wQpeVIzg0IMwxI+uTywDmbxWUWN2P0mdna35rmuTqgTrZ4SU5rcfUT3EJfbI9N4K8UyCAAc6QK8Q==",
|
|
3441
|
+
"path": "microsoft.extensions.hosting.abstractions/9.0.6",
|
|
3442
|
+
"hashPath": "microsoft.extensions.hosting.abstractions.9.0.6.nupkg.sha512"
|
|
3477
3443
|
},
|
|
3478
|
-
"Microsoft.Extensions.Logging/9.0.
|
|
3444
|
+
"Microsoft.Extensions.Logging/9.0.6": {
|
|
3479
3445
|
"type": "package",
|
|
3480
3446
|
"serviceable": true,
|
|
3481
|
-
"sha512": "sha512-
|
|
3482
|
-
"path": "microsoft.extensions.logging/9.0.
|
|
3483
|
-
"hashPath": "microsoft.extensions.logging.9.0.
|
|
3447
|
+
"sha512": "sha512-XBzjitTFaQhF8EbJ645vblZezV1p52ePTxKHoVkRidHF11Xkjxg94qr0Rvp2qyxK2vBJ4OIZ41NB15YUyxTGMQ==",
|
|
3448
|
+
"path": "microsoft.extensions.logging/9.0.6",
|
|
3449
|
+
"hashPath": "microsoft.extensions.logging.9.0.6.nupkg.sha512"
|
|
3484
3450
|
},
|
|
3485
|
-
"Microsoft.Extensions.Logging.Abstractions/9.0.
|
|
3451
|
+
"Microsoft.Extensions.Logging.Abstractions/9.0.6": {
|
|
3486
3452
|
"type": "package",
|
|
3487
3453
|
"serviceable": true,
|
|
3488
|
-
"sha512": "sha512-
|
|
3489
|
-
"path": "microsoft.extensions.logging.abstractions/9.0.
|
|
3490
|
-
"hashPath": "microsoft.extensions.logging.abstractions.9.0.
|
|
3454
|
+
"sha512": "sha512-LFnyBNK7WtFmKdnHu3v0HOYQ8BcjYuy0jdC9pgCJ/rbLKoJEG9/dBzSKMEeeWDbDeoWS0TIxOC8a9CM5ufca3A==",
|
|
3455
|
+
"path": "microsoft.extensions.logging.abstractions/9.0.6",
|
|
3456
|
+
"hashPath": "microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512"
|
|
3491
3457
|
},
|
|
3492
|
-
"Microsoft.Extensions.Logging.Configuration/9.0.
|
|
3458
|
+
"Microsoft.Extensions.Logging.Configuration/9.0.6": {
|
|
3493
3459
|
"type": "package",
|
|
3494
3460
|
"serviceable": true,
|
|
3495
|
-
"sha512": "sha512-
|
|
3496
|
-
"path": "microsoft.extensions.logging.configuration/9.0.
|
|
3497
|
-
"hashPath": "microsoft.extensions.logging.configuration.9.0.
|
|
3461
|
+
"sha512": "sha512-lCgpxE5r6v43SB40/yUVnSWZUUqUZF5iUWizhkx4gqvq0L0rMw5g8adWKGO7sfIaSbCiU0et85sDQWswhLcceg==",
|
|
3462
|
+
"path": "microsoft.extensions.logging.configuration/9.0.6",
|
|
3463
|
+
"hashPath": "microsoft.extensions.logging.configuration.9.0.6.nupkg.sha512"
|
|
3498
3464
|
},
|
|
3499
|
-
"Microsoft.Extensions.Logging.Console/9.0.
|
|
3465
|
+
"Microsoft.Extensions.Logging.Console/9.0.6": {
|
|
3500
3466
|
"type": "package",
|
|
3501
3467
|
"serviceable": true,
|
|
3502
|
-
"sha512": "sha512-
|
|
3503
|
-
"path": "microsoft.extensions.logging.console/9.0.
|
|
3504
|
-
"hashPath": "microsoft.extensions.logging.console.9.0.
|
|
3468
|
+
"sha512": "sha512-L1O0M3MrqGlkrPYMLzcCphQpCG0lSHfTSPrm1otALNBzTPiO8rxxkjhBIIa2onKv92UP30Y4QaiigVMTx8YcxQ==",
|
|
3469
|
+
"path": "microsoft.extensions.logging.console/9.0.6",
|
|
3470
|
+
"hashPath": "microsoft.extensions.logging.console.9.0.6.nupkg.sha512"
|
|
3505
3471
|
},
|
|
3506
|
-
"Microsoft.Extensions.Logging.Debug/9.0.
|
|
3472
|
+
"Microsoft.Extensions.Logging.Debug/9.0.6": {
|
|
3507
3473
|
"type": "package",
|
|
3508
3474
|
"serviceable": true,
|
|
3509
|
-
"sha512": "sha512-
|
|
3510
|
-
"path": "microsoft.extensions.logging.debug/9.0.
|
|
3511
|
-
"hashPath": "microsoft.extensions.logging.debug.9.0.
|
|
3475
|
+
"sha512": "sha512-u21euQdOjaEwmlnnB1Zd4XGqOmWI8FkoGeUleV7n4BZ8HPQC/jrYzX/B5Cz3uI/FXjd//W88clPfkGIbSif7Jw==",
|
|
3476
|
+
"path": "microsoft.extensions.logging.debug/9.0.6",
|
|
3477
|
+
"hashPath": "microsoft.extensions.logging.debug.9.0.6.nupkg.sha512"
|
|
3512
3478
|
},
|
|
3513
|
-
"Microsoft.Extensions.Logging.EventLog/9.0.
|
|
3479
|
+
"Microsoft.Extensions.Logging.EventLog/9.0.6": {
|
|
3514
3480
|
"type": "package",
|
|
3515
3481
|
"serviceable": true,
|
|
3516
|
-
"sha512": "sha512-
|
|
3517
|
-
"path": "microsoft.extensions.logging.eventlog/9.0.
|
|
3518
|
-
"hashPath": "microsoft.extensions.logging.eventlog.9.0.
|
|
3482
|
+
"sha512": "sha512-IyyGy7xNJAjdlFYXc7SZ7kS3CWd3Ma4hing9QGtzXi+LXm8RWCEXdKA1cPx5AeFmdg3rVG+ADGIn44K14O+vFA==",
|
|
3483
|
+
"path": "microsoft.extensions.logging.eventlog/9.0.6",
|
|
3484
|
+
"hashPath": "microsoft.extensions.logging.eventlog.9.0.6.nupkg.sha512"
|
|
3519
3485
|
},
|
|
3520
|
-
"Microsoft.Extensions.Logging.EventSource/9.0.
|
|
3486
|
+
"Microsoft.Extensions.Logging.EventSource/9.0.6": {
|
|
3521
3487
|
"type": "package",
|
|
3522
3488
|
"serviceable": true,
|
|
3523
|
-
"sha512": "sha512-
|
|
3524
|
-
"path": "microsoft.extensions.logging.eventsource/9.0.
|
|
3525
|
-
"hashPath": "microsoft.extensions.logging.eventsource.9.0.
|
|
3489
|
+
"sha512": "sha512-ayCRr/8ON3aINH81ak9l3vLAF/0pV/xrfChCbIlT2YnHAd4TYBWLcWhzbJWwPFV4XmJFrx/z8oq+gZzIc/74OA==",
|
|
3490
|
+
"path": "microsoft.extensions.logging.eventsource/9.0.6",
|
|
3491
|
+
"hashPath": "microsoft.extensions.logging.eventsource.9.0.6.nupkg.sha512"
|
|
3526
3492
|
},
|
|
3527
|
-
"Microsoft.Extensions.Options/9.0.
|
|
3493
|
+
"Microsoft.Extensions.Options/9.0.6": {
|
|
3528
3494
|
"type": "package",
|
|
3529
3495
|
"serviceable": true,
|
|
3530
|
-
"sha512": "sha512-
|
|
3531
|
-
"path": "microsoft.extensions.options/9.0.
|
|
3532
|
-
"hashPath": "microsoft.extensions.options.9.0.
|
|
3496
|
+
"sha512": "sha512-wUPhNM1zsI58Dy10xRdF2+pnsisiUuETg5ZBncyAEEUm/CQ9Q1vmivyUWH8RDbAlqyixf2dJNQ2XZb7HsKUEQw==",
|
|
3497
|
+
"path": "microsoft.extensions.options/9.0.6",
|
|
3498
|
+
"hashPath": "microsoft.extensions.options.9.0.6.nupkg.sha512"
|
|
3533
3499
|
},
|
|
3534
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.
|
|
3500
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
|
|
3535
3501
|
"type": "package",
|
|
3536
3502
|
"serviceable": true,
|
|
3537
|
-
"sha512": "sha512-
|
|
3538
|
-
"path": "microsoft.extensions.options.configurationextensions/9.0.
|
|
3539
|
-
"hashPath": "microsoft.extensions.options.configurationextensions.9.0.
|
|
3503
|
+
"sha512": "sha512-2lnp8nrvfzyp+5zvfeULm/hkZsDsKkl2ziBt5T8EZKoON5q+XRpRLoWcSPo8mP7GNZXpxKMBVjFNIZNbBIcnRw==",
|
|
3504
|
+
"path": "microsoft.extensions.options.configurationextensions/9.0.6",
|
|
3505
|
+
"hashPath": "microsoft.extensions.options.configurationextensions.9.0.6.nupkg.sha512"
|
|
3540
3506
|
},
|
|
3541
|
-
"Microsoft.Extensions.Primitives/9.0.
|
|
3507
|
+
"Microsoft.Extensions.Primitives/9.0.6": {
|
|
3542
3508
|
"type": "package",
|
|
3543
3509
|
"serviceable": true,
|
|
3544
|
-
"sha512": "sha512-
|
|
3545
|
-
"path": "microsoft.extensions.primitives/9.0.
|
|
3546
|
-
"hashPath": "microsoft.extensions.primitives.9.0.
|
|
3510
|
+
"sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
|
|
3511
|
+
"path": "microsoft.extensions.primitives/9.0.6",
|
|
3512
|
+
"hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512"
|
|
3547
3513
|
},
|
|
3548
3514
|
"Microsoft.Identity.Client/4.72.1": {
|
|
3549
3515
|
"type": "package",
|
|
@@ -3573,40 +3539,12 @@
|
|
|
3573
3539
|
"path": "microsoft.identity.client.nativeinterop/0.18.1",
|
|
3574
3540
|
"hashPath": "microsoft.identity.client.nativeinterop.0.18.1.nupkg.sha512"
|
|
3575
3541
|
},
|
|
3576
|
-
"Microsoft.IdentityModel.Abstractions/
|
|
3542
|
+
"Microsoft.IdentityModel.Abstractions/6.35.0": {
|
|
3577
3543
|
"type": "package",
|
|
3578
3544
|
"serviceable": true,
|
|
3579
|
-
"sha512": "sha512-
|
|
3580
|
-
"path": "microsoft.identitymodel.abstractions/
|
|
3581
|
-
"hashPath": "microsoft.identitymodel.abstractions.
|
|
3582
|
-
},
|
|
3583
|
-
"Microsoft.IdentityModel.JsonWebTokens/8.1.2": {
|
|
3584
|
-
"type": "package",
|
|
3585
|
-
"serviceable": true,
|
|
3586
|
-
"sha512": "sha512-AWQINMvtamdYBqtG8q8muyYTfA9i5xRBEsMKQdzOn5xRzhVVDSzsNGYof1docfF3pX4hNRUpHlzs61RP0reZMw==",
|
|
3587
|
-
"path": "microsoft.identitymodel.jsonwebtokens/8.1.2",
|
|
3588
|
-
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.1.2.nupkg.sha512"
|
|
3589
|
-
},
|
|
3590
|
-
"Microsoft.IdentityModel.Logging/8.1.2": {
|
|
3591
|
-
"type": "package",
|
|
3592
|
-
"serviceable": true,
|
|
3593
|
-
"sha512": "sha512-pEn//qKJcEXDsLHLzACFrT3a2kkpIGOXLEYkcuxjqWoeDnbeotu0LY9fF8+Ds9WWpVE9ZGlxXamT0VR8rxaQeA==",
|
|
3594
|
-
"path": "microsoft.identitymodel.logging/8.1.2",
|
|
3595
|
-
"hashPath": "microsoft.identitymodel.logging.8.1.2.nupkg.sha512"
|
|
3596
|
-
},
|
|
3597
|
-
"Microsoft.IdentityModel.Tokens/8.1.2": {
|
|
3598
|
-
"type": "package",
|
|
3599
|
-
"serviceable": true,
|
|
3600
|
-
"sha512": "sha512-ZSzGsAA3BY20XHnsp8OjrHFtpd+pQtiu4UJDjPtXwCtEzcE5CjWP/8iZEJXy5AxVEFB0z6EwLSN+T1Fsdpjifw==",
|
|
3601
|
-
"path": "microsoft.identitymodel.tokens/8.1.2",
|
|
3602
|
-
"hashPath": "microsoft.identitymodel.tokens.8.1.2.nupkg.sha512"
|
|
3603
|
-
},
|
|
3604
|
-
"Microsoft.IO.RecyclableMemoryStream/3.0.1": {
|
|
3605
|
-
"type": "package",
|
|
3606
|
-
"serviceable": true,
|
|
3607
|
-
"sha512": "sha512-s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==",
|
|
3608
|
-
"path": "microsoft.io.recyclablememorystream/3.0.1",
|
|
3609
|
-
"hashPath": "microsoft.io.recyclablememorystream.3.0.1.nupkg.sha512"
|
|
3545
|
+
"sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
|
|
3546
|
+
"path": "microsoft.identitymodel.abstractions/6.35.0",
|
|
3547
|
+
"hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
|
|
3610
3548
|
},
|
|
3611
3549
|
"Microsoft.NET.ILLink.Tasks/9.0.5": {
|
|
3612
3550
|
"type": "package",
|
|
@@ -3643,19 +3581,26 @@
|
|
|
3643
3581
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3644
3582
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3645
3583
|
},
|
|
3646
|
-
"ModelContextProtocol/0.
|
|
3584
|
+
"ModelContextProtocol/0.3.0-preview.1": {
|
|
3647
3585
|
"type": "package",
|
|
3648
3586
|
"serviceable": true,
|
|
3649
|
-
"sha512": "sha512
|
|
3650
|
-
"path": "modelcontextprotocol/0.
|
|
3651
|
-
"hashPath": "modelcontextprotocol.0.
|
|
3587
|
+
"sha512": "sha512-il9gKINohZ4V4zpsNELg7fNch89D1GcmsnyMDWMnaH5TURDGPwXdw1gfUAc1D/K2jLGHDWNeIkPyuak+uzZSWA==",
|
|
3588
|
+
"path": "modelcontextprotocol/0.3.0-preview.1",
|
|
3589
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.1.nupkg.sha512"
|
|
3652
3590
|
},
|
|
3653
|
-
"ModelContextProtocol.AspNetCore/0.
|
|
3591
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.1": {
|
|
3654
3592
|
"type": "package",
|
|
3655
3593
|
"serviceable": true,
|
|
3656
|
-
"sha512": "sha512-
|
|
3657
|
-
"path": "modelcontextprotocol.aspnetcore/0.
|
|
3658
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.
|
|
3594
|
+
"sha512": "sha512-5N+x6auqcU1EVTcopUO0HOkcnzGJ8lyYqcPBGmErNXUJVxT2oecZb/pjCayCHrjkyilqcm1KfdQV43Qp7auSyw==",
|
|
3595
|
+
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.1",
|
|
3596
|
+
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.1.nupkg.sha512"
|
|
3597
|
+
},
|
|
3598
|
+
"ModelContextProtocol.Core/0.3.0-preview.1": {
|
|
3599
|
+
"type": "package",
|
|
3600
|
+
"serviceable": true,
|
|
3601
|
+
"sha512": "sha512-KAMAog1SioXF2x22yfS6RltIykAs7J95qqidM8oW3cD8cSeYDdOVK1MbbWaTPsvMMcCi5uV4givwGyveubDErw==",
|
|
3602
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.1",
|
|
3603
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.1.nupkg.sha512"
|
|
3659
3604
|
},
|
|
3660
3605
|
"Newtonsoft.Json/13.0.3": {
|
|
3661
3606
|
"type": "package",
|
|
@@ -3979,12 +3924,12 @@
|
|
|
3979
3924
|
"path": "system.buffers/4.5.1",
|
|
3980
3925
|
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
|
|
3981
3926
|
},
|
|
3982
|
-
"System.ClientModel/1.4.
|
|
3927
|
+
"System.ClientModel/1.4.2": {
|
|
3983
3928
|
"type": "package",
|
|
3984
3929
|
"serviceable": true,
|
|
3985
|
-
"sha512": "sha512-
|
|
3986
|
-
"path": "system.clientmodel/1.4.
|
|
3987
|
-
"hashPath": "system.clientmodel.1.4.
|
|
3930
|
+
"sha512": "sha512-goGitN7trB9hoQ01dIpxaSYcruI+lGt/xq471AUv8irFvsIX+4HCqk1pDT/4ZPTLmU6ZUuNzhCb4MJAIwG7+Uw==",
|
|
3931
|
+
"path": "system.clientmodel/1.4.2",
|
|
3932
|
+
"hashPath": "system.clientmodel.1.4.2.nupkg.sha512"
|
|
3988
3933
|
},
|
|
3989
3934
|
"System.Collections/4.3.0": {
|
|
3990
3935
|
"type": "package",
|
|
@@ -4000,12 +3945,12 @@
|
|
|
4000
3945
|
"path": "system.collections.concurrent/4.3.0",
|
|
4001
3946
|
"hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
|
|
4002
3947
|
},
|
|
4003
|
-
"System.Collections.Immutable/
|
|
3948
|
+
"System.Collections.Immutable/1.7.0": {
|
|
4004
3949
|
"type": "package",
|
|
4005
3950
|
"serviceable": true,
|
|
4006
|
-
"sha512": "sha512-
|
|
4007
|
-
"path": "system.collections.immutable/
|
|
4008
|
-
"hashPath": "system.collections.immutable.
|
|
3951
|
+
"sha512": "sha512-RVSM6wZUo6L2y6P3vN6gjUtyJ2IF2RVtrepF3J7nrDKfFQd5u/SnSUFclchYQis8/k5scHy9E+fVeKVQLnnkzw==",
|
|
3952
|
+
"path": "system.collections.immutable/1.7.0",
|
|
3953
|
+
"hashPath": "system.collections.immutable.1.7.0.nupkg.sha512"
|
|
4009
3954
|
},
|
|
4010
3955
|
"System.CommandLine/2.0.0-beta4.22272.1": {
|
|
4011
3956
|
"type": "package",
|
|
@@ -4035,12 +3980,12 @@
|
|
|
4035
3980
|
"path": "system.diagnostics.diagnosticsource/9.0.0",
|
|
4036
3981
|
"hashPath": "system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512"
|
|
4037
3982
|
},
|
|
4038
|
-
"System.Diagnostics.EventLog/9.0.
|
|
3983
|
+
"System.Diagnostics.EventLog/9.0.6": {
|
|
4039
3984
|
"type": "package",
|
|
4040
3985
|
"serviceable": true,
|
|
4041
|
-
"sha512": "sha512-
|
|
4042
|
-
"path": "system.diagnostics.eventlog/9.0.
|
|
4043
|
-
"hashPath": "system.diagnostics.eventlog.9.0.
|
|
3986
|
+
"sha512": "sha512-lum+Dv+8S4gqN5H1C576UcQe0M2buoRjEUVs4TctXRSWjBH3ay3w2KyQrOo1yPdRs1I+xK69STz+4mjIisFI5w==",
|
|
3987
|
+
"path": "system.diagnostics.eventlog/9.0.6",
|
|
3988
|
+
"hashPath": "system.diagnostics.eventlog.9.0.6.nupkg.sha512"
|
|
4044
3989
|
},
|
|
4045
3990
|
"System.Diagnostics.Tracing/4.3.0": {
|
|
4046
3991
|
"type": "package",
|
|
@@ -4056,12 +4001,12 @@
|
|
|
4056
4001
|
"path": "system.drawing.common/6.0.0",
|
|
4057
4002
|
"hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
|
|
4058
4003
|
},
|
|
4059
|
-
"System.Formats.Asn1/9.0.
|
|
4004
|
+
"System.Formats.Asn1/9.0.6": {
|
|
4060
4005
|
"type": "package",
|
|
4061
4006
|
"serviceable": true,
|
|
4062
|
-
"sha512": "sha512-
|
|
4063
|
-
"path": "system.formats.asn1/9.0.
|
|
4064
|
-
"hashPath": "system.formats.asn1.9.0.
|
|
4007
|
+
"sha512": "sha512-8LbKs3WVqyDSszFZJA9Uxg9z+C6WbPbFTSPm/HjFEsWx49XWs0ueqaAKPWncvFJ8yl4H4C/RTnUMhCKoXkddkg==",
|
|
4008
|
+
"path": "system.formats.asn1/9.0.6",
|
|
4009
|
+
"hashPath": "system.formats.asn1.9.0.6.nupkg.sha512"
|
|
4065
4010
|
},
|
|
4066
4011
|
"System.Globalization/4.3.0": {
|
|
4067
4012
|
"type": "package",
|
|
@@ -4084,13 +4029,6 @@
|
|
|
4084
4029
|
"path": "system.globalization.extensions/4.3.0",
|
|
4085
4030
|
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
|
|
4086
4031
|
},
|
|
4087
|
-
"System.IdentityModel.Tokens.Jwt/8.1.2": {
|
|
4088
|
-
"type": "package",
|
|
4089
|
-
"serviceable": true,
|
|
4090
|
-
"sha512": "sha512-UoidlNYjML1ZbV5s8bLP84VpxDzv8uhHzyt5YkZwqLmFTmtOQheNuTKpR/5UWmO5Ka4JT3kVmhUNq5Li733wTg==",
|
|
4091
|
-
"path": "system.identitymodel.tokens.jwt/8.1.2",
|
|
4092
|
-
"hashPath": "system.identitymodel.tokens.jwt.8.1.2.nupkg.sha512"
|
|
4093
|
-
},
|
|
4094
4032
|
"System.IO/4.3.0": {
|
|
4095
4033
|
"type": "package",
|
|
4096
4034
|
"serviceable": true,
|
|
@@ -4112,12 +4050,12 @@
|
|
|
4112
4050
|
"path": "system.io.filesystem.primitives/4.3.0",
|
|
4113
4051
|
"hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
|
|
4114
4052
|
},
|
|
4115
|
-
"System.IO.Hashing/6.0.
|
|
4053
|
+
"System.IO.Hashing/6.0.0": {
|
|
4116
4054
|
"type": "package",
|
|
4117
4055
|
"serviceable": true,
|
|
4118
|
-
"sha512": "sha512-
|
|
4119
|
-
"path": "system.io.hashing/6.0.
|
|
4120
|
-
"hashPath": "system.io.hashing.6.0.
|
|
4056
|
+
"sha512": "sha512-Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==",
|
|
4057
|
+
"path": "system.io.hashing/6.0.0",
|
|
4058
|
+
"hashPath": "system.io.hashing.6.0.0.nupkg.sha512"
|
|
4121
4059
|
},
|
|
4122
4060
|
"System.Linq/4.3.0": {
|
|
4123
4061
|
"type": "package",
|
|
@@ -4126,12 +4064,12 @@
|
|
|
4126
4064
|
"path": "system.linq/4.3.0",
|
|
4127
4065
|
"hashPath": "system.linq.4.3.0.nupkg.sha512"
|
|
4128
4066
|
},
|
|
4129
|
-
"System.Linq.AsyncEnumerable/10.0.0-preview.
|
|
4067
|
+
"System.Linq.AsyncEnumerable/10.0.0-preview.5.25277.114": {
|
|
4130
4068
|
"type": "package",
|
|
4131
4069
|
"serviceable": true,
|
|
4132
|
-
"sha512": "sha512-
|
|
4133
|
-
"path": "system.linq.asyncenumerable/10.0.0-preview.
|
|
4134
|
-
"hashPath": "system.linq.asyncenumerable.10.0.0-preview.
|
|
4070
|
+
"sha512": "sha512-eyTyBcy3HEanysdOjI4UQfFxhKonxiyXc1XEXy0fQysQCS5UKKuJMBzG+qhtOoK5QdA6EFHkGiRzRSQhzcUFwg==",
|
|
4071
|
+
"path": "system.linq.asyncenumerable/10.0.0-preview.5.25277.114",
|
|
4072
|
+
"hashPath": "system.linq.asyncenumerable.10.0.0-preview.5.25277.114.nupkg.sha512"
|
|
4135
4073
|
},
|
|
4136
4074
|
"System.Memory/4.5.5": {
|
|
4137
4075
|
"type": "package",
|
|
@@ -4161,12 +4099,12 @@
|
|
|
4161
4099
|
"path": "system.net.primitives/4.3.0",
|
|
4162
4100
|
"hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
|
|
4163
4101
|
},
|
|
4164
|
-
"System.Net.ServerSentEvents/10.0.0-preview.
|
|
4102
|
+
"System.Net.ServerSentEvents/10.0.0-preview.5.25277.114": {
|
|
4165
4103
|
"type": "package",
|
|
4166
4104
|
"serviceable": true,
|
|
4167
|
-
"sha512": "sha512-
|
|
4168
|
-
"path": "system.net.serversentevents/10.0.0-preview.
|
|
4169
|
-
"hashPath": "system.net.serversentevents.10.0.0-preview.
|
|
4105
|
+
"sha512": "sha512-QQL7WATnUgjv1TKMg0QWJ6gOc7Hmwv4o+EXTxIPn6RRWnSZfcTXIr0KspVnLirluo6Df2Yk3enMovQy98YXq7A==",
|
|
4106
|
+
"path": "system.net.serversentevents/10.0.0-preview.5.25277.114",
|
|
4107
|
+
"hashPath": "system.net.serversentevents.10.0.0-preview.5.25277.114.nupkg.sha512"
|
|
4170
4108
|
},
|
|
4171
4109
|
"System.Numerics.Vectors/4.5.0": {
|
|
4172
4110
|
"type": "package",
|
|
@@ -4315,13 +4253,6 @@
|
|
|
4315
4253
|
"path": "system.security.permissions/6.0.0",
|
|
4316
4254
|
"hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
|
|
4317
4255
|
},
|
|
4318
|
-
"System.Security.Principal.Windows/5.0.0": {
|
|
4319
|
-
"type": "package",
|
|
4320
|
-
"serviceable": true,
|
|
4321
|
-
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
|
4322
|
-
"path": "system.security.principal.windows/5.0.0",
|
|
4323
|
-
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
|
|
4324
|
-
},
|
|
4325
4256
|
"System.Text.Encoding/4.3.0": {
|
|
4326
4257
|
"type": "package",
|
|
4327
4258
|
"serviceable": true,
|
|
@@ -4336,12 +4267,12 @@
|
|
|
4336
4267
|
"path": "system.text.encoding.extensions/4.3.0",
|
|
4337
4268
|
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
|
|
4338
4269
|
},
|
|
4339
|
-
"System.Text.Json/
|
|
4270
|
+
"System.Text.Json/8.0.5": {
|
|
4340
4271
|
"type": "package",
|
|
4341
4272
|
"serviceable": true,
|
|
4342
|
-
"sha512": "sha512-
|
|
4343
|
-
"path": "system.text.json/
|
|
4344
|
-
"hashPath": "system.text.json.
|
|
4273
|
+
"sha512": "sha512-0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
|
|
4274
|
+
"path": "system.text.json/8.0.5",
|
|
4275
|
+
"hashPath": "system.text.json.8.0.5.nupkg.sha512"
|
|
4345
4276
|
},
|
|
4346
4277
|
"System.Text.RegularExpressions/4.3.1": {
|
|
4347
4278
|
"type": "package",
|