IdentityVSAPI

Форк
0
/
IdentityVSAPI.Service.deps.json 
751 строка · 29.8 Кб
1
{
2
  "runtimeTarget": {
3
    "name": ".NETCoreApp,Version=v7.0",
4
    "signature": ""
5
  },
6
  "compilationOptions": {},
7
  "targets": {
8
    ".NETCoreApp,Version=v7.0": {
9
      "IdentityVSAPI.Service/1.0.0": {
10
        "dependencies": {
11
          "IdentityVSAPI.DAL": "1.0.0",
12
          "IdentityVSAPI.Domain": "1.0.0",
13
          "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
14
          "System.IdentityModel.Tokens.Jwt": "6.29.0"
15
        },
16
        "runtime": {
17
          "IdentityVSAPI.Service.dll": {}
18
        }
19
      },
20
      "IdentityModel/6.1.0": {
21
        "runtime": {
22
          "lib/net6.0/IdentityModel.dll": {
23
            "assemblyVersion": "6.1.0.0",
24
            "fileVersion": "6.1.0.0"
25
          }
26
        }
27
      },
28
      "Microsoft.AspNetCore.Cryptography.Internal/7.0.9": {
29
        "runtime": {
30
          "lib/net7.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
31
            "assemblyVersion": "7.0.0.0",
32
            "fileVersion": "7.0.923.32110"
33
          }
34
        }
35
      },
36
      "Microsoft.AspNetCore.Cryptography.KeyDerivation/7.0.9": {
37
        "dependencies": {
38
          "Microsoft.AspNetCore.Cryptography.Internal": "7.0.9"
39
        },
40
        "runtime": {
41
          "lib/net7.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
42
            "assemblyVersion": "7.0.0.0",
43
            "fileVersion": "7.0.923.32110"
44
          }
45
        }
46
      },
47
      "Microsoft.AspNetCore.Identity.EntityFrameworkCore/7.0.9": {
48
        "dependencies": {
49
          "Microsoft.EntityFrameworkCore.Relational": "7.0.9",
50
          "Microsoft.Extensions.Identity.Stores": "7.0.9"
51
        },
52
        "runtime": {
53
          "lib/net7.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
54
            "assemblyVersion": "7.0.9.0",
55
            "fileVersion": "7.0.923.32110"
56
          }
57
        }
58
      },
59
      "Microsoft.CSharp/4.5.0": {},
60
      "Microsoft.EntityFrameworkCore/7.0.9": {
61
        "dependencies": {
62
          "Microsoft.EntityFrameworkCore.Abstractions": "7.0.9",
63
          "Microsoft.EntityFrameworkCore.Analyzers": "7.0.9",
64
          "Microsoft.Extensions.Caching.Memory": "7.0.0",
65
          "Microsoft.Extensions.DependencyInjection": "7.0.0",
66
          "Microsoft.Extensions.Logging": "7.0.0"
67
        },
68
        "runtime": {
69
          "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
70
            "assemblyVersion": "7.0.9.0",
71
            "fileVersion": "7.0.923.31909"
72
          }
73
        }
74
      },
75
      "Microsoft.EntityFrameworkCore.Abstractions/7.0.9": {
76
        "runtime": {
77
          "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
78
            "assemblyVersion": "7.0.9.0",
79
            "fileVersion": "7.0.923.31909"
80
          }
81
        }
82
      },
83
      "Microsoft.EntityFrameworkCore.Analyzers/7.0.9": {},
84
      "Microsoft.EntityFrameworkCore.Relational/7.0.9": {
85
        "dependencies": {
86
          "Microsoft.EntityFrameworkCore": "7.0.9",
87
          "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
88
        },
89
        "runtime": {
90
          "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
91
            "assemblyVersion": "7.0.9.0",
92
            "fileVersion": "7.0.923.31909"
93
          }
94
        }
95
      },
96
      "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
97
        "dependencies": {
98
          "Microsoft.Extensions.Primitives": "7.0.0"
99
        },
100
        "runtime": {
101
          "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": {
102
            "assemblyVersion": "7.0.0.0",
103
            "fileVersion": "7.0.22.51805"
104
          }
105
        }
106
      },
107
      "Microsoft.Extensions.Caching.Memory/7.0.0": {
108
        "dependencies": {
109
          "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
110
          "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
111
          "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
112
          "Microsoft.Extensions.Options": "7.0.1",
113
          "Microsoft.Extensions.Primitives": "7.0.0"
114
        },
115
        "runtime": {
116
          "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": {
117
            "assemblyVersion": "7.0.0.0",
118
            "fileVersion": "7.0.22.51805"
119
          }
120
        }
121
      },
122
      "Microsoft.Extensions.Configuration/6.0.0": {
123
        "dependencies": {
124
          "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
125
          "Microsoft.Extensions.Primitives": "7.0.0"
126
        },
127
        "runtime": {
128
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
129
            "assemblyVersion": "6.0.0.0",
130
            "fileVersion": "6.0.21.52210"
131
          }
132
        }
133
      },
134
      "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
135
        "dependencies": {
136
          "Microsoft.Extensions.Primitives": "7.0.0"
137
        },
138
        "runtime": {
139
          "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
140
            "assemblyVersion": "7.0.0.0",
141
            "fileVersion": "7.0.22.51805"
142
          }
143
        }
144
      },
145
      "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
146
        "dependencies": {
147
          "Microsoft.Extensions.Configuration": "6.0.0",
148
          "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
149
          "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
150
          "Microsoft.Extensions.FileProviders.Physical": "6.0.0",
151
          "Microsoft.Extensions.Primitives": "7.0.0"
152
        },
153
        "runtime": {
154
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
155
            "assemblyVersion": "6.0.0.0",
156
            "fileVersion": "6.0.21.52210"
157
          }
158
        }
159
      },
160
      "Microsoft.Extensions.Configuration.Json/6.0.0": {
161
        "dependencies": {
162
          "Microsoft.Extensions.Configuration": "6.0.0",
163
          "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
164
          "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0",
165
          "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
166
          "System.Text.Json": "6.0.0"
167
        },
168
        "runtime": {
169
          "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
170
            "assemblyVersion": "6.0.0.0",
171
            "fileVersion": "6.0.21.52210"
172
          }
173
        }
174
      },
175
      "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
176
        "dependencies": {
177
          "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
178
          "Microsoft.Extensions.Configuration.Json": "6.0.0",
179
          "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
180
          "Microsoft.Extensions.FileProviders.Physical": "6.0.0"
181
        },
182
        "runtime": {
183
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
184
            "assemblyVersion": "6.0.0.0",
185
            "fileVersion": "6.0.222.6406"
186
          }
187
        }
188
      },
189
      "Microsoft.Extensions.DependencyInjection/7.0.0": {
190
        "dependencies": {
191
          "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
192
        },
193
        "runtime": {
194
          "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
195
            "assemblyVersion": "7.0.0.0",
196
            "fileVersion": "7.0.22.51805"
197
          }
198
        }
199
      },
200
      "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
201
        "runtime": {
202
          "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
203
            "assemblyVersion": "7.0.0.0",
204
            "fileVersion": "7.0.22.51805"
205
          }
206
        }
207
      },
208
      "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
209
        "dependencies": {
210
          "Microsoft.Extensions.Primitives": "7.0.0"
211
        },
212
        "runtime": {
213
          "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
214
            "assemblyVersion": "6.0.0.0",
215
            "fileVersion": "6.0.21.52210"
216
          }
217
        }
218
      },
219
      "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
220
        "dependencies": {
221
          "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
222
          "Microsoft.Extensions.FileSystemGlobbing": "6.0.0",
223
          "Microsoft.Extensions.Primitives": "7.0.0"
224
        },
225
        "runtime": {
226
          "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": {
227
            "assemblyVersion": "6.0.0.0",
228
            "fileVersion": "6.0.21.52210"
229
          }
230
        }
231
      },
232
      "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
233
        "runtime": {
234
          "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
235
            "assemblyVersion": "6.0.0.0",
236
            "fileVersion": "6.0.21.52210"
237
          }
238
        }
239
      },
240
      "Microsoft.Extensions.Identity.Core/7.0.9": {
241
        "dependencies": {
242
          "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.9",
243
          "Microsoft.Extensions.Logging": "7.0.0",
244
          "Microsoft.Extensions.Options": "7.0.1"
245
        },
246
        "runtime": {
247
          "lib/net7.0/Microsoft.Extensions.Identity.Core.dll": {
248
            "assemblyVersion": "7.0.0.0",
249
            "fileVersion": "7.0.923.32110"
250
          }
251
        }
252
      },
253
      "Microsoft.Extensions.Identity.Stores/7.0.9": {
254
        "dependencies": {
255
          "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
256
          "Microsoft.Extensions.Identity.Core": "7.0.9",
257
          "Microsoft.Extensions.Logging": "7.0.0"
258
        },
259
        "runtime": {
260
          "lib/net7.0/Microsoft.Extensions.Identity.Stores.dll": {
261
            "assemblyVersion": "7.0.0.0",
262
            "fileVersion": "7.0.923.32110"
263
          }
264
        }
265
      },
266
      "Microsoft.Extensions.Logging/7.0.0": {
267
        "dependencies": {
268
          "Microsoft.Extensions.DependencyInjection": "7.0.0",
269
          "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
270
          "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
271
          "Microsoft.Extensions.Options": "7.0.1"
272
        },
273
        "runtime": {
274
          "lib/net7.0/Microsoft.Extensions.Logging.dll": {
275
            "assemblyVersion": "7.0.0.0",
276
            "fileVersion": "7.0.22.51805"
277
          }
278
        }
279
      },
280
      "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
281
        "runtime": {
282
          "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
283
            "assemblyVersion": "7.0.0.0",
284
            "fileVersion": "7.0.22.51805"
285
          }
286
        }
287
      },
288
      "Microsoft.Extensions.Options/7.0.1": {
289
        "dependencies": {
290
          "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
291
          "Microsoft.Extensions.Primitives": "7.0.0"
292
        },
293
        "runtime": {
294
          "lib/net7.0/Microsoft.Extensions.Options.dll": {
295
            "assemblyVersion": "7.0.0.0",
296
            "fileVersion": "7.0.323.6910"
297
          }
298
        }
299
      },
300
      "Microsoft.Extensions.Primitives/7.0.0": {
301
        "runtime": {
302
          "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
303
            "assemblyVersion": "7.0.0.0",
304
            "fileVersion": "7.0.22.51805"
305
          }
306
        }
307
      },
308
      "Microsoft.IdentityModel.Abstractions/6.29.0": {
309
        "runtime": {
310
          "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
311
            "assemblyVersion": "6.29.0.0",
312
            "fileVersion": "6.29.0.40413"
313
          }
314
        }
315
      },
316
      "Microsoft.IdentityModel.JsonWebTokens/6.29.0": {
317
        "dependencies": {
318
          "Microsoft.IdentityModel.Tokens": "6.29.0",
319
          "System.Text.Encoding": "4.3.0",
320
          "System.Text.Encodings.Web": "6.0.0",
321
          "System.Text.Json": "6.0.0"
322
        },
323
        "runtime": {
324
          "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
325
            "assemblyVersion": "6.29.0.0",
326
            "fileVersion": "6.29.0.40413"
327
          }
328
        }
329
      },
330
      "Microsoft.IdentityModel.Logging/6.29.0": {
331
        "dependencies": {
332
          "Microsoft.IdentityModel.Abstractions": "6.29.0"
333
        },
334
        "runtime": {
335
          "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
336
            "assemblyVersion": "6.29.0.0",
337
            "fileVersion": "6.29.0.40413"
338
          }
339
        }
340
      },
341
      "Microsoft.IdentityModel.Tokens/6.29.0": {
342
        "dependencies": {
343
          "Microsoft.CSharp": "4.5.0",
344
          "Microsoft.IdentityModel.Logging": "6.29.0",
345
          "System.Security.Cryptography.Cng": "4.5.0"
346
        },
347
        "runtime": {
348
          "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
349
            "assemblyVersion": "6.29.0.0",
350
            "fileVersion": "6.29.0.40413"
351
          }
352
        }
353
      },
354
      "Microsoft.NETCore.Platforms/1.1.0": {},
355
      "Microsoft.NETCore.Targets/1.1.0": {},
356
      "Npgsql/7.0.4": {
357
        "dependencies": {
358
          "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
359
        },
360
        "runtime": {
361
          "lib/net7.0/Npgsql.dll": {
362
            "assemblyVersion": "7.0.4.0",
363
            "fileVersion": "7.0.4.0"
364
          }
365
        }
366
      },
367
      "Npgsql.EntityFrameworkCore.PostgreSQL/7.0.4": {
368
        "dependencies": {
369
          "Microsoft.EntityFrameworkCore": "7.0.9",
370
          "Microsoft.EntityFrameworkCore.Abstractions": "7.0.9",
371
          "Microsoft.EntityFrameworkCore.Relational": "7.0.9",
372
          "Npgsql": "7.0.4"
373
        },
374
        "runtime": {
375
          "lib/net7.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {
376
            "assemblyVersion": "7.0.4.0",
377
            "fileVersion": "7.0.4.0"
378
          }
379
        }
380
      },
381
      "System.IdentityModel.Tokens.Jwt/6.29.0": {
382
        "dependencies": {
383
          "Microsoft.IdentityModel.JsonWebTokens": "6.29.0",
384
          "Microsoft.IdentityModel.Tokens": "6.29.0"
385
        },
386
        "runtime": {
387
          "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
388
            "assemblyVersion": "6.29.0.0",
389
            "fileVersion": "6.29.0.40413"
390
          }
391
        }
392
      },
393
      "System.Runtime/4.3.0": {
394
        "dependencies": {
395
          "Microsoft.NETCore.Platforms": "1.1.0",
396
          "Microsoft.NETCore.Targets": "1.1.0"
397
        }
398
      },
399
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
400
      "System.Security.Cryptography.Cng/4.5.0": {},
401
      "System.Text.Encoding/4.3.0": {
402
        "dependencies": {
403
          "Microsoft.NETCore.Platforms": "1.1.0",
404
          "Microsoft.NETCore.Targets": "1.1.0",
405
          "System.Runtime": "4.3.0"
406
        }
407
      },
408
      "System.Text.Encodings.Web/6.0.0": {
409
        "dependencies": {
410
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
411
        }
412
      },
413
      "System.Text.Json/6.0.0": {
414
        "dependencies": {
415
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
416
          "System.Text.Encodings.Web": "6.0.0"
417
        }
418
      },
419
      "IdentityVSAPI.DAL/1.0.0": {
420
        "dependencies": {
421
          "IdentityModel": "6.1.0",
422
          "IdentityVSAPI.Domain": "1.0.0",
423
          "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "7.0.9",
424
          "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4"
425
        },
426
        "runtime": {
427
          "IdentityVSAPI.DAL.dll": {}
428
        }
429
      },
430
      "IdentityVSAPI.Domain/1.0.0": {
431
        "dependencies": {
432
          "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "7.0.9"
433
        },
434
        "runtime": {
435
          "IdentityVSAPI.Domain.dll": {}
436
        }
437
      }
438
    }
439
  },
440
  "libraries": {
441
    "IdentityVSAPI.Service/1.0.0": {
442
      "type": "project",
443
      "serviceable": false,
444
      "sha512": ""
445
    },
446
    "IdentityModel/6.1.0": {
447
      "type": "package",
448
      "serviceable": true,
449
      "sha512": "sha512-W9A6U26se5Jeo+QoczLfXW5LgBDXL0bBfnb2DWWZMivv9L52ls/85WtEGZQ8kSgOUecuBUlQZdpu02Uni8n1tg==",
450
      "path": "identitymodel/6.1.0",
451
      "hashPath": "identitymodel.6.1.0.nupkg.sha512"
452
    },
453
    "Microsoft.AspNetCore.Cryptography.Internal/7.0.9": {
454
      "type": "package",
455
      "serviceable": true,
456
      "sha512": "sha512-KLuY2N0SOEFEU0B9AgM0Idgn08mu2/4nk2biW9uG9TiYC7Pm2Z6AfxHbTV+dQnYK34lEt27A+EhwI6NzQVhvxg==",
457
      "path": "microsoft.aspnetcore.cryptography.internal/7.0.9",
458
      "hashPath": "microsoft.aspnetcore.cryptography.internal.7.0.9.nupkg.sha512"
459
    },
460
    "Microsoft.AspNetCore.Cryptography.KeyDerivation/7.0.9": {
461
      "type": "package",
462
      "serviceable": true,
463
      "sha512": "sha512-oQKTD4Uhm1CPjhhQmxYeqL8RyR7V+xnw2ug38igqQA2OSLS35enNG+uL/PWLeIEnVb4b6fGfWmmgjzY0hnrMLw==",
464
      "path": "microsoft.aspnetcore.cryptography.keyderivation/7.0.9",
465
      "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.7.0.9.nupkg.sha512"
466
    },
467
    "Microsoft.AspNetCore.Identity.EntityFrameworkCore/7.0.9": {
468
      "type": "package",
469
      "serviceable": true,
470
      "sha512": "sha512-grDw3V0p50kNijYnozKbSWbuBdfeP2pZMg6GEIFGZllc/BusC91bc6Il/MpmtgT+ATZjQji5/2UBfPTN9iHzXg==",
471
      "path": "microsoft.aspnetcore.identity.entityframeworkcore/7.0.9",
472
      "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.7.0.9.nupkg.sha512"
473
    },
474
    "Microsoft.CSharp/4.5.0": {
475
      "type": "package",
476
      "serviceable": true,
477
      "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
478
      "path": "microsoft.csharp/4.5.0",
479
      "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
480
    },
481
    "Microsoft.EntityFrameworkCore/7.0.9": {
482
      "type": "package",
483
      "serviceable": true,
484
      "sha512": "sha512-9YuCdQWuRAmYYHqwW1h5ukKMC1fmNvcVHdp3gb8zdHxwSQz7hkGpYOBEjm6dRXRmGRkpUyHL8rwUz4kd53Ev0A==",
485
      "path": "microsoft.entityframeworkcore/7.0.9",
486
      "hashPath": "microsoft.entityframeworkcore.7.0.9.nupkg.sha512"
487
    },
488
    "Microsoft.EntityFrameworkCore.Abstractions/7.0.9": {
489
      "type": "package",
490
      "serviceable": true,
491
      "sha512": "sha512-cfY6Fn7cnP/5pXndL8QYaey/B2nGn1fwze5aSaMJymmbqwqYzFiszHuWbsdVBCDYJc8ok7eB1m/nCc3/rltulQ==",
492
      "path": "microsoft.entityframeworkcore.abstractions/7.0.9",
493
      "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.9.nupkg.sha512"
494
    },
495
    "Microsoft.EntityFrameworkCore.Analyzers/7.0.9": {
496
      "type": "package",
497
      "serviceable": true,
498
      "sha512": "sha512-VvqFD3DdML6LhPCAR/lG2xNX66juylC8v57yUAAYnUSdEUOMRi3lNoT4OrNdG0rere3UOQPhvVl5FH2QdyoF8Q==",
499
      "path": "microsoft.entityframeworkcore.analyzers/7.0.9",
500
      "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.9.nupkg.sha512"
501
    },
502
    "Microsoft.EntityFrameworkCore.Relational/7.0.9": {
503
      "type": "package",
504
      "serviceable": true,
505
      "sha512": "sha512-u7iN6cNd6SJUlpdk24JVIbkji/UbkEEQ7pXncTyT4eXXj+Hz2y4NSZFOAywPGcioIgX1YzbKWDiJhk7hjSFxBQ==",
506
      "path": "microsoft.entityframeworkcore.relational/7.0.9",
507
      "hashPath": "microsoft.entityframeworkcore.relational.7.0.9.nupkg.sha512"
508
    },
509
    "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
510
      "type": "package",
511
      "serviceable": true,
512
      "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
513
      "path": "microsoft.extensions.caching.abstractions/7.0.0",
514
      "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
515
    },
516
    "Microsoft.Extensions.Caching.Memory/7.0.0": {
517
      "type": "package",
518
      "serviceable": true,
519
      "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
520
      "path": "microsoft.extensions.caching.memory/7.0.0",
521
      "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
522
    },
523
    "Microsoft.Extensions.Configuration/6.0.0": {
524
      "type": "package",
525
      "serviceable": true,
526
      "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==",
527
      "path": "microsoft.extensions.configuration/6.0.0",
528
      "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512"
529
    },
530
    "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
531
      "type": "package",
532
      "serviceable": true,
533
      "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
534
      "path": "microsoft.extensions.configuration.abstractions/7.0.0",
535
      "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
536
    },
537
    "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
538
      "type": "package",
539
      "serviceable": true,
540
      "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==",
541
      "path": "microsoft.extensions.configuration.fileextensions/6.0.0",
542
      "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512"
543
    },
544
    "Microsoft.Extensions.Configuration.Json/6.0.0": {
545
      "type": "package",
546
      "serviceable": true,
547
      "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==",
548
      "path": "microsoft.extensions.configuration.json/6.0.0",
549
      "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512"
550
    },
551
    "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
552
      "type": "package",
553
      "serviceable": true,
554
      "sha512": "sha512-Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==",
555
      "path": "microsoft.extensions.configuration.usersecrets/6.0.1",
556
      "hashPath": "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512"
557
    },
558
    "Microsoft.Extensions.DependencyInjection/7.0.0": {
559
      "type": "package",
560
      "serviceable": true,
561
      "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
562
      "path": "microsoft.extensions.dependencyinjection/7.0.0",
563
      "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
564
    },
565
    "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
566
      "type": "package",
567
      "serviceable": true,
568
      "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
569
      "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
570
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
571
    },
572
    "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
573
      "type": "package",
574
      "serviceable": true,
575
      "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==",
576
      "path": "microsoft.extensions.fileproviders.abstractions/6.0.0",
577
      "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512"
578
    },
579
    "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
580
      "type": "package",
581
      "serviceable": true,
582
      "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==",
583
      "path": "microsoft.extensions.fileproviders.physical/6.0.0",
584
      "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512"
585
    },
586
    "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
587
      "type": "package",
588
      "serviceable": true,
589
      "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==",
590
      "path": "microsoft.extensions.filesystemglobbing/6.0.0",
591
      "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512"
592
    },
593
    "Microsoft.Extensions.Identity.Core/7.0.9": {
594
      "type": "package",
595
      "serviceable": true,
596
      "sha512": "sha512-HWA/1INVGoxlQrvlLsrGDLQOuJSqdEkCmglmwcvXWWI2o7RwzWP0S4+aIRGNZVY51vQPIJ9m/XQ+sXq41YCtJg==",
597
      "path": "microsoft.extensions.identity.core/7.0.9",
598
      "hashPath": "microsoft.extensions.identity.core.7.0.9.nupkg.sha512"
599
    },
600
    "Microsoft.Extensions.Identity.Stores/7.0.9": {
601
      "type": "package",
602
      "serviceable": true,
603
      "sha512": "sha512-fYJhJhK+sNrqYxlR9CW8+Cbp6HyZ+qHvQoyyipTmczC27BixdauuDp2WtzwJU6mta5TsntFkmX19uyedvVTRkg==",
604
      "path": "microsoft.extensions.identity.stores/7.0.9",
605
      "hashPath": "microsoft.extensions.identity.stores.7.0.9.nupkg.sha512"
606
    },
607
    "Microsoft.Extensions.Logging/7.0.0": {
608
      "type": "package",
609
      "serviceable": true,
610
      "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
611
      "path": "microsoft.extensions.logging/7.0.0",
612
      "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
613
    },
614
    "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
615
      "type": "package",
616
      "serviceable": true,
617
      "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
618
      "path": "microsoft.extensions.logging.abstractions/7.0.0",
619
      "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
620
    },
621
    "Microsoft.Extensions.Options/7.0.1": {
622
      "type": "package",
623
      "serviceable": true,
624
      "sha512": "sha512-pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==",
625
      "path": "microsoft.extensions.options/7.0.1",
626
      "hashPath": "microsoft.extensions.options.7.0.1.nupkg.sha512"
627
    },
628
    "Microsoft.Extensions.Primitives/7.0.0": {
629
      "type": "package",
630
      "serviceable": true,
631
      "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
632
      "path": "microsoft.extensions.primitives/7.0.0",
633
      "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
634
    },
635
    "Microsoft.IdentityModel.Abstractions/6.29.0": {
636
      "type": "package",
637
      "serviceable": true,
638
      "sha512": "sha512-qBEGruUGU5YkqV58ykpbtT5oUWzChe+xVy/siPFPzB4KydqDv6r91ElbiifIn9ncAceFtuEkIUQWav76lg7e0A==",
639
      "path": "microsoft.identitymodel.abstractions/6.29.0",
640
      "hashPath": "microsoft.identitymodel.abstractions.6.29.0.nupkg.sha512"
641
    },
642
    "Microsoft.IdentityModel.JsonWebTokens/6.29.0": {
643
      "type": "package",
644
      "serviceable": true,
645
      "sha512": "sha512-lJRNpOKsPqCSf1DRDlWUsM272DQKhfLtU7dKAVOnJBsN5z1wP5lncdY1RqC5uAMdGspsyjSLe0qs1aWl+lIGZQ==",
646
      "path": "microsoft.identitymodel.jsonwebtokens/6.29.0",
647
      "hashPath": "microsoft.identitymodel.jsonwebtokens.6.29.0.nupkg.sha512"
648
    },
649
    "Microsoft.IdentityModel.Logging/6.29.0": {
650
      "type": "package",
651
      "serviceable": true,
652
      "sha512": "sha512-71GkXXyBNnIzs2Ybgi7FamQSrieVNPo+FLKECnFQOOgfIZdJ4jz5O3kBY7wIj4l8GbD+nKZkWYvcl6/Yk5up5g==",
653
      "path": "microsoft.identitymodel.logging/6.29.0",
654
      "hashPath": "microsoft.identitymodel.logging.6.29.0.nupkg.sha512"
655
    },
656
    "Microsoft.IdentityModel.Tokens/6.29.0": {
657
      "type": "package",
658
      "serviceable": true,
659
      "sha512": "sha512-llkQIhO3E/+7iXjGywJmBUe+kdyygsFo2RGlzFEGxPQRN7sgZDGk9pM6aJ/aFM3oQeugKWfM30wPFMgT69FXeQ==",
660
      "path": "microsoft.identitymodel.tokens/6.29.0",
661
      "hashPath": "microsoft.identitymodel.tokens.6.29.0.nupkg.sha512"
662
    },
663
    "Microsoft.NETCore.Platforms/1.1.0": {
664
      "type": "package",
665
      "serviceable": true,
666
      "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
667
      "path": "microsoft.netcore.platforms/1.1.0",
668
      "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
669
    },
670
    "Microsoft.NETCore.Targets/1.1.0": {
671
      "type": "package",
672
      "serviceable": true,
673
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
674
      "path": "microsoft.netcore.targets/1.1.0",
675
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
676
    },
677
    "Npgsql/7.0.4": {
678
      "type": "package",
679
      "serviceable": true,
680
      "sha512": "sha512-7UVPYy2RP0ci04PED1tc9ZCaTw/DfSdSkLiGEFCAvwMwsgA/bAluj1liNzP1IpN0MFofnOF0cm1zJfmbEuCehg==",
681
      "path": "npgsql/7.0.4",
682
      "hashPath": "npgsql.7.0.4.nupkg.sha512"
683
    },
684
    "Npgsql.EntityFrameworkCore.PostgreSQL/7.0.4": {
685
      "type": "package",
686
      "serviceable": true,
687
      "sha512": "sha512-ZYMtyG6pmLtUsFAx0/XaIlVkJM+1gArWEKD55cLLxiVlGScAphjiGj+G7Gk16yg5lhhdWx+bgXWpIUISXuS33g==",
688
      "path": "npgsql.entityframeworkcore.postgresql/7.0.4",
689
      "hashPath": "npgsql.entityframeworkcore.postgresql.7.0.4.nupkg.sha512"
690
    },
691
    "System.IdentityModel.Tokens.Jwt/6.29.0": {
692
      "type": "package",
693
      "serviceable": true,
694
      "sha512": "sha512-2WwptlYJQffT6z7V0WVoChznOBjacAIByLSoXp5fZ8kK33heAAqn/aX50xB+cQNfKFYRGVbqiVrzz+m80Q2zcA==",
695
      "path": "system.identitymodel.tokens.jwt/6.29.0",
696
      "hashPath": "system.identitymodel.tokens.jwt.6.29.0.nupkg.sha512"
697
    },
698
    "System.Runtime/4.3.0": {
699
      "type": "package",
700
      "serviceable": true,
701
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
702
      "path": "system.runtime/4.3.0",
703
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
704
    },
705
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
706
      "type": "package",
707
      "serviceable": true,
708
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
709
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
710
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
711
    },
712
    "System.Security.Cryptography.Cng/4.5.0": {
713
      "type": "package",
714
      "serviceable": true,
715
      "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
716
      "path": "system.security.cryptography.cng/4.5.0",
717
      "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
718
    },
719
    "System.Text.Encoding/4.3.0": {
720
      "type": "package",
721
      "serviceable": true,
722
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
723
      "path": "system.text.encoding/4.3.0",
724
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
725
    },
726
    "System.Text.Encodings.Web/6.0.0": {
727
      "type": "package",
728
      "serviceable": true,
729
      "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
730
      "path": "system.text.encodings.web/6.0.0",
731
      "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
732
    },
733
    "System.Text.Json/6.0.0": {
734
      "type": "package",
735
      "serviceable": true,
736
      "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
737
      "path": "system.text.json/6.0.0",
738
      "hashPath": "system.text.json.6.0.0.nupkg.sha512"
739
    },
740
    "IdentityVSAPI.DAL/1.0.0": {
741
      "type": "project",
742
      "serviceable": false,
743
      "sha512": ""
744
    },
745
    "IdentityVSAPI.Domain/1.0.0": {
746
      "type": "project",
747
      "serviceable": false,
748
      "sha512": ""
749
    }
750
  }
751
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.