|
1 | 1 | { |
2 | 2 | "version": 1, |
3 | 3 | "dependencies": { |
4 | | - "net10.0": { |
| 4 | + ".NETStandard,Version=v2.0": { |
5 | 5 | "Microsoft.CodeAnalysis.CSharp": { |
6 | 6 | "type": "Direct", |
7 | 7 | "requested": "[4.14.0, )", |
8 | 8 | "resolved": "4.14.0", |
9 | 9 | "contentHash": "568a6wcTivauIhbeWcCwfWwIn7UV7MeHEBvFB2uzGIpM2OhJ4eM/FZ8KS0yhPoNxnSpjGzz7x7CIjTxhslojQA==", |
10 | 10 | "dependencies": { |
11 | 11 | "Microsoft.CodeAnalysis.Analyzers": "3.11.0", |
12 | | - "Microsoft.CodeAnalysis.Common": "[4.14.0]" |
| 12 | + "Microsoft.CodeAnalysis.Common": "[4.14.0]", |
| 13 | + "System.Buffers": "4.5.1", |
| 14 | + "System.Collections.Immutable": "9.0.0", |
| 15 | + "System.Memory": "4.5.5", |
| 16 | + "System.Numerics.Vectors": "4.5.0", |
| 17 | + "System.Reflection.Metadata": "9.0.0", |
| 18 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0", |
| 19 | + "System.Text.Encoding.CodePages": "7.0.0", |
| 20 | + "System.Threading.Tasks.Extensions": "4.5.4" |
13 | 21 | } |
14 | 22 | }, |
15 | 23 | "MinVer": { |
|
18 | 26 | "resolved": "7.0.0", |
19 | 27 | "contentHash": "2lMTCQl5bGP4iv0JNkockPnyllC6eHLz+CoK2ICvalvHod+exXSxueu9hq+zNkU7bZBJf8wMfeRC/Edn8AGmEg==" |
20 | 28 | }, |
| 29 | + "NETStandard.Library": { |
| 30 | + "type": "Direct", |
| 31 | + "requested": "[2.0.3, )", |
| 32 | + "resolved": "2.0.3", |
| 33 | + "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", |
| 34 | + "dependencies": { |
| 35 | + "Microsoft.NETCore.Platforms": "1.1.0" |
| 36 | + } |
| 37 | + }, |
21 | 38 | "System.Text.Json": { |
22 | 39 | "type": "Direct", |
23 | | - "requested": "[9.0.11, )", |
24 | | - "resolved": "9.0.11", |
25 | | - "contentHash": "DGToqSFbBSU6pMSbZuJ+7jDvLa73rvpcYdGFqZIB3FKdCVlEAbrBJrl9PuCT6E0QbdhXjPwqalYc5lxjUqMQzw==" |
| 40 | + "requested": "[10.0.2, )", |
| 41 | + "resolved": "10.0.2", |
| 42 | + "contentHash": "zy8ey7I16G9neZ6uzxrnYwS7pidElzN8XarsBjGu7lE2m7afTKMEe18KbY3ZSmh/z/bR40oxjd6hlUcmOEaMHw==", |
| 43 | + "dependencies": { |
| 44 | + "Microsoft.Bcl.AsyncInterfaces": "10.0.2", |
| 45 | + "System.Buffers": "4.6.1", |
| 46 | + "System.IO.Pipelines": "10.0.2", |
| 47 | + "System.Memory": "4.6.3", |
| 48 | + "System.Runtime.CompilerServices.Unsafe": "6.1.2", |
| 49 | + "System.Text.Encodings.Web": "10.0.2", |
| 50 | + "System.Threading.Tasks.Extensions": "4.6.3" |
| 51 | + } |
| 52 | + }, |
| 53 | + "Microsoft.Bcl.AsyncInterfaces": { |
| 54 | + "type": "Transitive", |
| 55 | + "resolved": "10.0.2", |
| 56 | + "contentHash": "qE5JhRoeJbAipLqpUCZyNfNwnpAvUttXgIQDnTiJ15d8ji+/bPgoPkB3xLzK5cQTobN2D2ditUesUlDHb7p3Pg==", |
| 57 | + "dependencies": { |
| 58 | + "System.Threading.Tasks.Extensions": "4.6.3" |
| 59 | + } |
26 | 60 | }, |
27 | 61 | "Microsoft.CodeAnalysis.Analyzers": { |
28 | 62 | "type": "Transitive", |
|
34 | 68 | "resolved": "4.14.0", |
35 | 69 | "contentHash": "PC3tuwZYnC+idaPuoC/AZpEdwrtX7qFpmnrfQkgobGIWiYmGi5MCRtl5mx6QrfMGQpK78X2lfIEoZDLg/qnuHg==", |
36 | 70 | "dependencies": { |
37 | | - "Microsoft.CodeAnalysis.Analyzers": "3.11.0" |
| 71 | + "Microsoft.CodeAnalysis.Analyzers": "3.11.0", |
| 72 | + "System.Buffers": "4.5.1", |
| 73 | + "System.Collections.Immutable": "9.0.0", |
| 74 | + "System.Memory": "4.5.5", |
| 75 | + "System.Numerics.Vectors": "4.5.0", |
| 76 | + "System.Reflection.Metadata": "9.0.0", |
| 77 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0", |
| 78 | + "System.Text.Encoding.CodePages": "7.0.0", |
| 79 | + "System.Threading.Tasks.Extensions": "4.5.4" |
| 80 | + } |
| 81 | + }, |
| 82 | + "Microsoft.NETCore.Platforms": { |
| 83 | + "type": "Transitive", |
| 84 | + "resolved": "1.1.0", |
| 85 | + "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" |
| 86 | + }, |
| 87 | + "System.Buffers": { |
| 88 | + "type": "Transitive", |
| 89 | + "resolved": "4.6.1", |
| 90 | + "contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==" |
| 91 | + }, |
| 92 | + "System.Collections.Immutable": { |
| 93 | + "type": "Transitive", |
| 94 | + "resolved": "9.0.0", |
| 95 | + "contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==", |
| 96 | + "dependencies": { |
| 97 | + "System.Memory": "4.5.5", |
| 98 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 99 | + } |
| 100 | + }, |
| 101 | + "System.IO.Pipelines": { |
| 102 | + "type": "Transitive", |
| 103 | + "resolved": "10.0.2", |
| 104 | + "contentHash": "EqMsn9r18ABvTDxrDce4OWDhBE3y+rR23ilG7Y3BudDKrDKrLG/hkD/JmeFZbctAPxSkCjyJ/Ddwbn/g7ufRJA==", |
| 105 | + "dependencies": { |
| 106 | + "System.Buffers": "4.6.1", |
| 107 | + "System.Memory": "4.6.3", |
| 108 | + "System.Threading.Tasks.Extensions": "4.6.3" |
| 109 | + } |
| 110 | + }, |
| 111 | + "System.Memory": { |
| 112 | + "type": "Transitive", |
| 113 | + "resolved": "4.6.3", |
| 114 | + "contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", |
| 115 | + "dependencies": { |
| 116 | + "System.Buffers": "4.6.1", |
| 117 | + "System.Numerics.Vectors": "4.6.1", |
| 118 | + "System.Runtime.CompilerServices.Unsafe": "6.1.2" |
| 119 | + } |
| 120 | + }, |
| 121 | + "System.Numerics.Vectors": { |
| 122 | + "type": "Transitive", |
| 123 | + "resolved": "4.6.1", |
| 124 | + "contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==" |
| 125 | + }, |
| 126 | + "System.Reflection.Metadata": { |
| 127 | + "type": "Transitive", |
| 128 | + "resolved": "9.0.0", |
| 129 | + "contentHash": "ANiqLu3DxW9kol/hMmTWbt3414t9ftdIuiIU7j80okq2YzAueo120M442xk1kDJWtmZTqWQn7wHDvMRipVOEOQ==", |
| 130 | + "dependencies": { |
| 131 | + "System.Collections.Immutable": "9.0.0", |
| 132 | + "System.Memory": "4.5.5" |
| 133 | + } |
| 134 | + }, |
| 135 | + "System.Runtime.CompilerServices.Unsafe": { |
| 136 | + "type": "Transitive", |
| 137 | + "resolved": "6.1.2", |
| 138 | + "contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==" |
| 139 | + }, |
| 140 | + "System.Text.Encoding.CodePages": { |
| 141 | + "type": "Transitive", |
| 142 | + "resolved": "7.0.0", |
| 143 | + "contentHash": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", |
| 144 | + "dependencies": { |
| 145 | + "System.Memory": "4.5.5", |
| 146 | + "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 147 | + } |
| 148 | + }, |
| 149 | + "System.Text.Encodings.Web": { |
| 150 | + "type": "Transitive", |
| 151 | + "resolved": "10.0.2", |
| 152 | + "contentHash": "Ro4cLT4qpRy64crfLAy3ekihtXckeXrD5eI6qb6NDSEVyHcHsmH7KgN4dbnIuiBmXIoaCslx4SynLYxag1SLSQ==", |
| 153 | + "dependencies": { |
| 154 | + "System.Buffers": "4.6.1", |
| 155 | + "System.Memory": "4.6.3", |
| 156 | + "System.Runtime.CompilerServices.Unsafe": "6.1.2" |
| 157 | + } |
| 158 | + }, |
| 159 | + "System.Threading.Tasks.Extensions": { |
| 160 | + "type": "Transitive", |
| 161 | + "resolved": "4.6.3", |
| 162 | + "contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==", |
| 163 | + "dependencies": { |
| 164 | + "System.Runtime.CompilerServices.Unsafe": "6.1.2" |
38 | 165 | } |
39 | 166 | } |
40 | 167 | } |
|
0 commit comments