|
37 | 37 | "resolved": "2.4.5", |
38 | 38 | "contentHash": "OwHamvBdUKgqsXfBzWiCW/O98BTx81UKzx2bieIOQI7CZFE5NEQZGi8PBQGIKawDW96xeRffiNf20SjfC0x9hw==" |
39 | 39 | }, |
| 40 | + "Microsoft.Bcl.AsyncInterfaces": { |
| 41 | + "type": "Transitive", |
| 42 | + "resolved": "6.0.0", |
| 43 | + "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", |
| 44 | + "dependencies": { |
| 45 | + "System.Threading.Tasks.Extensions": "4.5.4" |
| 46 | + } |
| 47 | + }, |
40 | 48 | "Microsoft.CodeCoverage": { |
41 | 49 | "type": "Transitive", |
42 | 50 | "resolved": "17.3.0", |
43 | 51 | "contentHash": "/xxz+e29F2V5pePtInjbLffoqWVTm60KCX87vSj2laNboeWq65WFJ634fGtBcMZO3VEfOmh9/XcoWEfLlWWG+g==" |
44 | 52 | }, |
| 53 | + "Microsoft.Extensions.DependencyInjection": { |
| 54 | + "type": "Transitive", |
| 55 | + "resolved": "6.0.0", |
| 56 | + "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", |
| 57 | + "dependencies": { |
| 58 | + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", |
| 59 | + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", |
| 60 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0", |
| 61 | + "System.Threading.Tasks.Extensions": "4.5.4" |
| 62 | + } |
| 63 | + }, |
| 64 | + "Microsoft.Extensions.DependencyInjection.Abstractions": { |
| 65 | + "type": "Transitive", |
| 66 | + "resolved": "6.0.0", |
| 67 | + "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", |
| 68 | + "dependencies": { |
| 69 | + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", |
| 70 | + "System.Threading.Tasks.Extensions": "4.5.4" |
| 71 | + } |
| 72 | + }, |
| 73 | + "Microsoft.Extensions.Logging": { |
| 74 | + "type": "Transitive", |
| 75 | + "resolved": "6.0.0", |
| 76 | + "contentHash": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", |
| 77 | + "dependencies": { |
| 78 | + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", |
| 79 | + "Microsoft.Extensions.DependencyInjection": "6.0.0", |
| 80 | + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", |
| 81 | + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", |
| 82 | + "Microsoft.Extensions.Options": "6.0.0", |
| 83 | + "System.Diagnostics.DiagnosticSource": "6.0.0" |
| 84 | + } |
| 85 | + }, |
| 86 | + "Microsoft.Extensions.Logging.Abstractions": { |
| 87 | + "type": "Transitive", |
| 88 | + "resolved": "6.0.0", |
| 89 | + "contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", |
| 90 | + "dependencies": { |
| 91 | + "System.Buffers": "4.5.1", |
| 92 | + "System.Memory": "4.5.4" |
| 93 | + } |
| 94 | + }, |
| 95 | + "Microsoft.Extensions.Options": { |
| 96 | + "type": "Transitive", |
| 97 | + "resolved": "6.0.0", |
| 98 | + "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", |
| 99 | + "dependencies": { |
| 100 | + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", |
| 101 | + "Microsoft.Extensions.Primitives": "6.0.0", |
| 102 | + "System.ComponentModel.Annotations": "5.0.0" |
| 103 | + } |
| 104 | + }, |
| 105 | + "Microsoft.Extensions.Primitives": { |
| 106 | + "type": "Transitive", |
| 107 | + "resolved": "6.0.0", |
| 108 | + "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", |
| 109 | + "dependencies": { |
| 110 | + "System.Memory": "4.5.4", |
| 111 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 112 | + } |
| 113 | + }, |
45 | 114 | "Microsoft.NETCore.Platforms": { |
46 | 115 | "type": "Transitive", |
47 | 116 | "resolved": "1.1.0", |
48 | 117 | "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" |
49 | 118 | }, |
| 119 | + "Newtonsoft.Json": { |
| 120 | + "type": "Transitive", |
| 121 | + "resolved": "13.0.1", |
| 122 | + "contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" |
| 123 | + }, |
| 124 | + "System.Buffers": { |
| 125 | + "type": "Transitive", |
| 126 | + "resolved": "4.5.1", |
| 127 | + "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" |
| 128 | + }, |
| 129 | + "System.ComponentModel.Annotations": { |
| 130 | + "type": "Transitive", |
| 131 | + "resolved": "5.0.0", |
| 132 | + "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" |
| 133 | + }, |
| 134 | + "System.Diagnostics.DiagnosticSource": { |
| 135 | + "type": "Transitive", |
| 136 | + "resolved": "6.0.0", |
| 137 | + "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", |
| 138 | + "dependencies": { |
| 139 | + "System.Memory": "4.5.4", |
| 140 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 141 | + } |
| 142 | + }, |
| 143 | + "System.Memory": { |
| 144 | + "type": "Transitive", |
| 145 | + "resolved": "4.5.4", |
| 146 | + "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", |
| 147 | + "dependencies": { |
| 148 | + "System.Buffers": "4.5.1", |
| 149 | + "System.Numerics.Vectors": "4.4.0", |
| 150 | + "System.Runtime.CompilerServices.Unsafe": "4.5.3" |
| 151 | + } |
| 152 | + }, |
| 153 | + "System.Numerics.Vectors": { |
| 154 | + "type": "Transitive", |
| 155 | + "resolved": "4.4.0", |
| 156 | + "contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==" |
| 157 | + }, |
| 158 | + "System.Runtime.CompilerServices.Unsafe": { |
| 159 | + "type": "Transitive", |
| 160 | + "resolved": "6.0.0", |
| 161 | + "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" |
| 162 | + }, |
| 163 | + "System.Threading.Tasks.Extensions": { |
| 164 | + "type": "Transitive", |
| 165 | + "resolved": "4.5.4", |
| 166 | + "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", |
| 167 | + "dependencies": { |
| 168 | + "System.Runtime.CompilerServices.Unsafe": "4.5.3" |
| 169 | + } |
| 170 | + }, |
50 | 171 | "xunit.abstractions": { |
51 | 172 | "type": "Transitive", |
52 | 173 | "resolved": "2.0.3", |
|
91 | 212 | "NETStandard.Library": "1.6.1", |
92 | 213 | "xunit.extensibility.core": "[2.4.2]" |
93 | 214 | } |
| 215 | + }, |
| 216 | + "easyvcr": { |
| 217 | + "type": "Project", |
| 218 | + "dependencies": { |
| 219 | + "Microsoft.Extensions.Logging": "[6.0.0, )", |
| 220 | + "Newtonsoft.Json": "[13.0.1, )" |
| 221 | + } |
94 | 222 | } |
95 | 223 | } |
96 | 224 | } |
|
0 commit comments