Merge pull request #130212 from corngood/omnisharp

omnisharp-roslyn: 1.37.8 -> 1.37.12

authored by

Sandro and committed by
GitHub
2fcf650a f47e3311

+210 -178
+2 -2
pkgs/development/tools/omnisharp-roslyn/default.nix
··· 66 66 in stdenv.mkDerivation rec { 67 67 68 68 pname = "omnisharp-roslyn"; 69 - version = "1.37.8"; 69 + version = "1.37.12"; 70 70 71 71 src = fetchFromGitHub { 72 72 owner = "OmniSharp"; 73 73 repo = pname; 74 74 rev = "v${version}"; 75 - sha256 = "1zi31m6ngk4rm7444n6q7mim096w5h4j2biwmvwmcf5yvig845za"; 75 + sha256 = "0gyy49v3pslr0l0q6h8hzah4s0iwkhkyckyrj3g2cg08w20b10gw"; 76 76 }; 77 77 78 78 nativeBuildInputs = [ makeWrapper msbuild ];
+208 -176
pkgs/development/tools/omnisharp-roslyn/deps.nix
··· 1 1 { fetchurl }: [ 2 2 { 3 3 name = "cake.scripting.abstractions"; 4 - version = "0.3.0"; 4 + version = "0.6.4"; 5 5 src = fetchurl { 6 - url = "https://api.nuget.org/v3-flatcontainer/cake.scripting.abstractions/0.3.0/cake.scripting.abstractions.0.3.0.nupkg"; 7 - sha256 = "009yca6zskcwx9hg3gpgapvzl5mvisl8ni737plbznx033bhw8s8"; 6 + url = "https://api.nuget.org/v3-flatcontainer/cake.scripting.abstractions/0.6.4/cake.scripting.abstractions.0.6.4.nupkg"; 7 + sha256 = "14fcixlj2xazf6cb46gw8jgbsz89c6s8fnhvppxs8q12pygmkx0l"; 8 8 }; 9 9 } 10 10 { 11 11 name = "cake.scripting.transport"; 12 - version = "0.3.0"; 12 + version = "0.6.4"; 13 13 src = fetchurl { 14 - url = "https://api.nuget.org/v3-flatcontainer/cake.scripting.transport/0.3.0/cake.scripting.transport.0.3.0.nupkg"; 15 - sha256 = "0sc7rlnrqq30753h5cg3fndrlmix4vp2sxqb4sl044296mzcszl4"; 14 + url = "https://api.nuget.org/v3-flatcontainer/cake.scripting.transport/0.6.4/cake.scripting.transport.0.6.4.nupkg"; 15 + sha256 = "08cwj572mvmlagj5jry11j2l2fqc6yl4sw0szvql4ard9cx7j51n"; 16 16 }; 17 17 } 18 18 { 19 19 name = "dotnet.script.dependencymodel"; 20 - version = "1.0.2"; 20 + version = "1.1.0"; 21 21 src = fetchurl { 22 - url = "https://api.nuget.org/v3-flatcontainer/dotnet.script.dependencymodel/1.0.2/dotnet.script.dependencymodel.1.0.2.nupkg"; 23 - sha256 = "0nqqplwykgbkpyidvkls9nrwxkpl1w1zrv8l7smjm62s18z5mqxb"; 22 + url = "https://api.nuget.org/v3-flatcontainer/dotnet.script.dependencymodel/1.1.0/dotnet.script.dependencymodel.1.1.0.nupkg"; 23 + sha256 = "0ly1jwvzndrhgvrwy7kagabyca40j8w9p5jvvfj4wlpffvxq44xl"; 24 24 }; 25 25 } 26 26 { 27 27 name = "dotnet.script.dependencymodel.nuget"; 28 - version = "1.0.1"; 28 + version = "1.1.0"; 29 29 src = fetchurl { 30 - url = "https://api.nuget.org/v3-flatcontainer/dotnet.script.dependencymodel.nuget/1.0.1/dotnet.script.dependencymodel.nuget.1.0.1.nupkg"; 31 - sha256 = "1ja9wsc73l5bqx0nv8lzyj2l65h1i7sk77wc7biplb80wm1rvsj4"; 30 + url = "https://api.nuget.org/v3-flatcontainer/dotnet.script.dependencymodel.nuget/1.1.0/dotnet.script.dependencymodel.nuget.1.1.0.nupkg"; 31 + sha256 = "1kvjrm28jlfmcsy5fna8hy814chbcsc39ka12h8mgpdvjkr93njr"; 32 32 }; 33 33 } 34 34 { ··· 41 41 } 42 42 { 43 43 name = "icsharpcode.decompiler"; 44 - version = "7.0.0.6372-preview3"; 44 + version = "7.1.0.6543"; 45 45 src = fetchurl { 46 - url = "https://api.nuget.org/v3-flatcontainer/icsharpcode.decompiler/7.0.0.6372-preview3/icsharpcode.decompiler.7.0.0.6372-preview3.nupkg"; 47 - sha256 = "0g7ki0ia1qcp9z9hgs2f63yffx66y8zi43k7nrf2n122ll1f0hsg"; 46 + url = "https://api.nuget.org/v3-flatcontainer/icsharpcode.decompiler/7.1.0.6543/icsharpcode.decompiler.7.1.0.6543.nupkg"; 47 + sha256 = "1xrajs5dcd7aqsg9ibhdcy39yrd8737kknkmqf907n7fqs2jxr46"; 48 48 }; 49 49 } 50 50 { ··· 113 113 } 114 114 { 115 115 name = "microsoft.build"; 116 - version = "16.9.0"; 116 + version = "16.10.0"; 117 117 src = fetchurl { 118 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.build/16.9.0/microsoft.build.16.9.0.nupkg"; 119 - sha256 = "0kgfx3iqmc58f3a59ggc1wi486fjrqnzgayxldhpr2w7q5600w5p"; 118 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.build/16.10.0/microsoft.build.16.10.0.nupkg"; 119 + sha256 = "1ran3fp016wvj8d2ahv0cmwhm6hjjh64w82s7cy52s7qffrgjk46"; 120 120 }; 121 121 } 122 122 { 123 123 name = "microsoft.build.framework"; 124 - version = "16.9.0"; 124 + version = "16.10.0"; 125 125 src = fetchurl { 126 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/16.9.0/microsoft.build.framework.16.9.0.nupkg"; 127 - sha256 = "1yddq21q82p28k6cdq3hzic20l6dcma2fzfbm35zanfljxdsb4cf"; 126 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/16.10.0/microsoft.build.framework.16.10.0.nupkg"; 127 + sha256 = "17a8qxgq0jzxpjannhxkcg0941b64yb7z0yq75gz6hsq9ln3agja"; 128 + }; 129 + } 130 + { 131 + name = "microsoft.build.locator"; 132 + version = "1.4.1"; 133 + src = fetchurl { 134 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.locator/1.4.1/microsoft.build.locator.1.4.1.nupkg"; 135 + sha256 = "0j119rri7a401rca67cxdyrn3rprzdl1b2wrblqc23xsff1xvlrx"; 128 136 }; 129 137 } 130 138 { 131 139 name = "microsoft.build.tasks.core"; 132 - version = "16.9.0"; 140 + version = "16.10.0"; 133 141 src = fetchurl { 134 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.core/16.9.0/microsoft.build.tasks.core.16.9.0.nupkg"; 135 - sha256 = "1gpra00srwvwzi0a3d5nkjik9y8glh6qn0qdba4f5wiza1l2bdzw"; 142 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.core/16.10.0/microsoft.build.tasks.core.16.10.0.nupkg"; 143 + sha256 = "0yc3p4bksxmbq1n8wfqgn6b6x9ccyzq229f0mn08z4jfima3cnxg"; 136 144 }; 137 145 } 138 146 { ··· 145 153 } 146 154 { 147 155 name = "microsoft.build.utilities.core"; 148 - version = "16.9.0"; 156 + version = "16.10.0"; 149 157 src = fetchurl { 150 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/16.9.0/microsoft.build.utilities.core.16.9.0.nupkg"; 151 - sha256 = "0g05hmpzj33bknigdz5samw5pqss1q0sscv34sr53w2aiki5nx2c"; 158 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/16.10.0/microsoft.build.utilities.core.16.10.0.nupkg"; 159 + sha256 = "1rh3gzrz8mmzilvs33cxngv0a805nb47s615rvj4xk5igm384w14"; 152 160 }; 153 161 } 154 162 { 155 163 name = "microsoft.codeanalysis.analyzers"; 156 - version = "3.0.0"; 164 + version = "3.3.2"; 157 165 src = fetchurl { 158 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.0.0/microsoft.codeanalysis.analyzers.3.0.0.nupkg"; 159 - sha256 = "0bbl0jpqywqmzz2gagld1p2gvdfldjfjmm25hil9wj2nq1zc4di8"; 166 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.2/microsoft.codeanalysis.analyzers.3.3.2.nupkg"; 167 + sha256 = "162vb5894zxps0cf5n9gc08an7gwybzz87allx3lsszvllr9ldx4"; 160 168 }; 161 169 } 162 170 { ··· 169 177 } 170 178 { 171 179 name = "microsoft.codeanalysis.common"; 172 - version = "3.10.0-1.21125.6"; 180 + version = "4.0.0-2.21322.50"; 173 181 src = fetchurl { 174 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.common/3.10.0-1.21125.6/microsoft.codeanalysis.common.3.10.0-1.21125.6.nupkg"; 175 - sha256 = "0rj7210v3i16pwjswa6fz3ksg19ncn8g7nm8qp8ly3xf9v5j25kn"; 182 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.common/4.0.0-2.21322.50/microsoft.codeanalysis.common.4.0.0-2.21322.50.nupkg"; 183 + sha256 = "1j9yl7m0lr03fjklzjyiac1lrgs8541frqmi4xlldn8a2sx3h97x"; 176 184 }; 177 185 } 178 186 { 179 187 name = "microsoft.codeanalysis.csharp"; 180 - version = "3.10.0-1.21125.6"; 188 + version = "4.0.0-2.21322.50"; 181 189 src = fetchurl { 182 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp/3.10.0-1.21125.6/microsoft.codeanalysis.csharp.3.10.0-1.21125.6.nupkg"; 183 - sha256 = "194h2r33f2w2ssbnrp21ly3m7md9mizhhanmccqbkqg3pbjd2lik"; 190 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp/4.0.0-2.21322.50/microsoft.codeanalysis.csharp.4.0.0-2.21322.50.nupkg"; 191 + sha256 = "1mmcl4rj3n1q7zh1n9b9ph3lvm8i51sdm87q3sgiczv2pxrihzs6"; 184 192 }; 185 193 } 186 194 { 187 195 name = "microsoft.codeanalysis.csharp.features"; 188 - version = "3.10.0-1.21125.6"; 196 + version = "4.0.0-2.21322.50"; 189 197 src = fetchurl { 190 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.features/3.10.0-1.21125.6/microsoft.codeanalysis.csharp.features.3.10.0-1.21125.6.nupkg"; 191 - sha256 = "027njgyzc4w136sa9f68n8fx62qpzb4nigx50knljgk622k3acjl"; 198 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.features/4.0.0-2.21322.50/microsoft.codeanalysis.csharp.features.4.0.0-2.21322.50.nupkg"; 199 + sha256 = "11pzbswlznz71m248c1p4fi4i3zzvpc4a71px9j2lhnm57zy2lvy"; 192 200 }; 193 201 } 194 202 { 195 203 name = "microsoft.codeanalysis.csharp.scripting"; 196 - version = "3.10.0-1.21125.6"; 204 + version = "4.0.0-2.21322.50"; 197 205 src = fetchurl { 198 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.scripting/3.10.0-1.21125.6/microsoft.codeanalysis.csharp.scripting.3.10.0-1.21125.6.nupkg"; 199 - sha256 = "1378ad9cfv5zlzix96q0viqylqzhgcb52zb8bc5y9k8rvnjqgppk"; 206 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.scripting/4.0.0-2.21322.50/microsoft.codeanalysis.csharp.scripting.4.0.0-2.21322.50.nupkg"; 207 + sha256 = "0piiyg1l27cy6s4ii80phrdsyhl8zvwbj9aljqkg53gki520x19p"; 200 208 }; 201 209 } 202 210 { 203 211 name = "microsoft.codeanalysis.csharp.workspaces"; 204 - version = "3.10.0-1.21125.6"; 212 + version = "4.0.0-2.21322.50"; 205 213 src = fetchurl { 206 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.workspaces/3.10.0-1.21125.6/microsoft.codeanalysis.csharp.workspaces.3.10.0-1.21125.6.nupkg"; 207 - sha256 = "1yhcm1qm7jjmp1fkpkkzq136frjqc558w49ygdiknyk253llqvm7"; 214 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp.workspaces/4.0.0-2.21322.50/microsoft.codeanalysis.csharp.workspaces.4.0.0-2.21322.50.nupkg"; 215 + sha256 = "0q6jkgjh1dylmjx8a79ighgbai1jr2fhls9m7khi87anzc3wdcl2"; 216 + }; 217 + } 218 + { 219 + name = "microsoft.codeanalysis.externalaccess.omnisharp"; 220 + version = "4.0.0-2.21322.50"; 221 + src = fetchurl { 222 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.externalaccess.omnisharp/4.0.0-2.21322.50/microsoft.codeanalysis.externalaccess.omnisharp.4.0.0-2.21322.50.nupkg"; 223 + sha256 = "1rv5qsj8lsfqxdzd6zazrzwzaxwmj6szd9hv2ckbb4lypkn8ifs8"; 224 + }; 225 + } 226 + { 227 + name = "microsoft.codeanalysis.externalaccess.omnisharp.csharp"; 228 + version = "4.0.0-2.21322.50"; 229 + src = fetchurl { 230 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.externalaccess.omnisharp.csharp/4.0.0-2.21322.50/microsoft.codeanalysis.externalaccess.omnisharp.csharp.4.0.0-2.21322.50.nupkg"; 231 + sha256 = "0ygp7hnm6mn9khh6z573avhvbcx5459fmyz4z657dx9p2v1f0fs0"; 208 232 }; 209 233 } 210 234 { 211 235 name = "microsoft.codeanalysis.features"; 212 - version = "3.10.0-1.21125.6"; 236 + version = "4.0.0-2.21322.50"; 213 237 src = fetchurl { 214 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.features/3.10.0-1.21125.6/microsoft.codeanalysis.features.3.10.0-1.21125.6.nupkg"; 215 - sha256 = "1ydzx96a925a98zdxd6l9kgkl7b67sfbnkam61y0hkvgfdg1xg1a"; 238 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.features/4.0.0-2.21322.50/microsoft.codeanalysis.features.4.0.0-2.21322.50.nupkg"; 239 + sha256 = "1grkql2wcqsqlmqnfchw6wxynwpz4x9wgqd00zpc1g04z9lqimq6"; 216 240 }; 217 241 } 218 242 { 219 243 name = "microsoft.codeanalysis.scripting.common"; 220 - version = "3.10.0-1.21125.6"; 244 + version = "4.0.0-2.21322.50"; 221 245 src = fetchurl { 222 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.scripting.common/3.10.0-1.21125.6/microsoft.codeanalysis.scripting.common.3.10.0-1.21125.6.nupkg"; 223 - sha256 = "1blr101n2l7k0bmc248blh36a7nxbbjw3kirsn154zrbmc8s8m1m"; 246 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.scripting.common/4.0.0-2.21322.50/microsoft.codeanalysis.scripting.common.4.0.0-2.21322.50.nupkg"; 247 + sha256 = "1c14bg99ywxdvlp5zc08ijc030rxmpb3171kz2z6f5kr02vf296x"; 224 248 }; 225 249 } 226 250 { 227 251 name = "microsoft.codeanalysis.workspaces.common"; 228 - version = "3.10.0-1.21125.6"; 252 + version = "4.0.0-2.21322.50"; 229 253 src = fetchurl { 230 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.workspaces.common/3.10.0-1.21125.6/microsoft.codeanalysis.workspaces.common.3.10.0-1.21125.6.nupkg"; 231 - sha256 = "029scic0mdbmw8gm6wmg5wsnjfx0s4wbfw5lbvyrpbfvdcagvyb2"; 254 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.workspaces.common/4.0.0-2.21322.50/microsoft.codeanalysis.workspaces.common.4.0.0-2.21322.50.nupkg"; 255 + sha256 = "1c0m5pg156x8zh50x7rp25p8cn09gbv50wpbz2p1nc5ff5dyavf5"; 232 256 }; 233 257 } 234 258 { ··· 257 281 } 258 282 { 259 283 name = "microsoft.extensions.caching.abstractions"; 260 - version = "3.1.12"; 284 + version = "5.0.0"; 261 285 src = fetchurl { 262 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/3.1.12/microsoft.extensions.caching.abstractions.3.1.12.nupkg"; 263 - sha256 = "1p65fs9rjrygviwbqdd214p9y7acpln6zhbd6b741slvp2jwjmyg"; 286 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/5.0.0/microsoft.extensions.caching.abstractions.5.0.0.nupkg"; 287 + sha256 = "0j83zapqhgqb4v5f6kn891km095pfhvsqha357a86ccclmv2czvb"; 264 288 }; 265 289 } 266 290 { 267 291 name = "microsoft.extensions.caching.memory"; 268 - version = "3.1.12"; 292 + version = "5.0.0"; 269 293 src = fetchurl { 270 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/3.1.12/microsoft.extensions.caching.memory.3.1.12.nupkg"; 271 - sha256 = "0ydrnqwnph5npf3rwzw1kzq0g3c2kajicdk251fdnjkx6yiw1vsp"; 294 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/5.0.0/microsoft.extensions.caching.memory.5.0.0.nupkg"; 295 + sha256 = "0l8spndl3kvccjlay202msm31iy5iig0i9ddbsdy92wbcjr97lca"; 272 296 }; 273 297 } 274 298 { ··· 281 305 } 282 306 { 283 307 name = "microsoft.extensions.configuration"; 284 - version = "3.1.12"; 308 + version = "5.0.0"; 285 309 src = fetchurl { 286 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.1.12/microsoft.extensions.configuration.3.1.12.nupkg"; 287 - sha256 = "02bp53ahr98q3h8fzjl9rrxi48zja966dalrkbsqxqk1c5g1kl48"; 310 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/5.0.0/microsoft.extensions.configuration.5.0.0.nupkg"; 311 + sha256 = "01m9vzlq0vg0lhckj2dimwq42niwny8g3lm13c9a401hlyg90z1p"; 288 312 }; 289 313 } 290 314 { ··· 297 321 } 298 322 { 299 323 name = "microsoft.extensions.configuration.abstractions"; 300 - version = "3.1.12"; 324 + version = "5.0.0"; 301 325 src = fetchurl { 302 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.12/microsoft.extensions.configuration.abstractions.3.1.12.nupkg"; 303 - sha256 = "0g35m4q03aag60pi3i5xi3p9q398w4jlq18n0n5qzq0xrlmny6k9"; 326 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg"; 327 + sha256 = "0fqxkc9pjxkqylsdf26s9q21ciyk56h1w33pz3v1v4wcv8yv1v6k"; 304 328 }; 305 329 } 306 330 { ··· 313 337 } 314 338 { 315 339 name = "microsoft.extensions.configuration.binder"; 316 - version = "3.1.12"; 340 + version = "5.0.0"; 317 341 src = fetchurl { 318 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/3.1.12/microsoft.extensions.configuration.binder.3.1.12.nupkg"; 319 - sha256 = "18xizhcjwknwvj0fwdm91pssrpwndz7gzdlx48hph53z8cqqvkbv"; 342 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/5.0.0/microsoft.extensions.configuration.binder.5.0.0.nupkg"; 343 + sha256 = "0sld0bh2k5kss32i3nf8mwqkjagmw0d1cdfmxm87ckiicwm413a0"; 320 344 }; 321 345 } 322 346 { 323 347 name = "microsoft.extensions.configuration.commandline"; 324 - version = "3.1.12"; 348 + version = "5.0.0"; 325 349 src = fetchurl { 326 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/3.1.12/microsoft.extensions.configuration.commandline.3.1.12.nupkg"; 327 - sha256 = "1c2qldblfp5m376a2nc82ljxjk0ljzrj48iwcvl6j48sjwcn3jl4"; 350 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/5.0.0/microsoft.extensions.configuration.commandline.5.0.0.nupkg"; 351 + sha256 = "084hnz5l0vr15ay23rksqipslqnz3pp30w9hsirpx1iqdm5688mc"; 328 352 }; 329 353 } 330 354 { 331 355 name = "microsoft.extensions.configuration.environmentvariables"; 332 - version = "3.1.12"; 356 + version = "5.0.0"; 333 357 src = fetchurl { 334 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.environmentvariables/3.1.12/microsoft.extensions.configuration.environmentvariables.3.1.12.nupkg"; 335 - sha256 = "08wb14rp6pgsqwakvn0491mmarqhwbihq8gnri7bnf6chaaqbxml"; 358 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.environmentvariables/5.0.0/microsoft.extensions.configuration.environmentvariables.5.0.0.nupkg"; 359 + sha256 = "03gvckj10ljk1mir9g8cf3cajsnihhvmh8z8341gkr9h5653qkv0"; 336 360 }; 337 361 } 338 362 { 339 363 name = "microsoft.extensions.configuration.fileextensions"; 340 - version = "3.1.12"; 364 + version = "5.0.0"; 341 365 src = fetchurl { 342 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/3.1.12/microsoft.extensions.configuration.fileextensions.3.1.12.nupkg"; 343 - sha256 = "03qg5mjs2f6ihs5dp6d7gbv5bxd98xdvmpwzxp8qyqifjgpkprkj"; 366 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/5.0.0/microsoft.extensions.configuration.fileextensions.5.0.0.nupkg"; 367 + sha256 = "1wq229r3xcmm9wh9sqdpvmfv4qpbp2zms9x6xk7g7sbb8h32hnz3"; 344 368 }; 345 369 } 346 370 { 347 371 name = "microsoft.extensions.configuration.json"; 348 - version = "3.1.12"; 372 + version = "5.0.0"; 349 373 src = fetchurl { 350 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/3.1.12/microsoft.extensions.configuration.json.3.1.12.nupkg"; 351 - sha256 = "0mhq8d6iijhjyk9jv2k3fnqr6gpbxlzarb5m6y48dx5amnf89k42"; 374 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/5.0.0/microsoft.extensions.configuration.json.5.0.0.nupkg"; 375 + sha256 = "0hq5i483bjbvprp1la9l3si82x1ydxbvkpfc7r3s7zgxg957fyp9"; 352 376 }; 353 377 } 354 378 { ··· 361 385 } 362 386 { 363 387 name = "microsoft.extensions.dependencyinjection"; 364 - version = "3.1.12"; 388 + version = "5.0.0"; 365 389 src = fetchurl { 366 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/3.1.12/microsoft.extensions.dependencyinjection.3.1.12.nupkg"; 367 - sha256 = "0fkcyxayj1mzdj124mabzvhl1p5irwab02rxnwf8bnvszkwgam8l"; 390 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg"; 391 + sha256 = "15sdwcyzz0qlybwbdq854bn3jk6kx7awx28gs864c4shhbqkppj4"; 368 392 }; 369 393 } 370 394 { ··· 377 401 } 378 402 { 379 403 name = "microsoft.extensions.dependencyinjection.abstractions"; 380 - version = "3.1.12"; 404 + version = "5.0.0"; 381 405 src = fetchurl { 382 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.12/microsoft.extensions.dependencyinjection.abstractions.3.1.12.nupkg"; 383 - sha256 = "0flixm1physp9gxqzrrplzqkpfz4lljiak7fw87g65av0cksval2"; 406 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg"; 407 + sha256 = "17cz6s80va0ch0a6nqa1wbbbp3p8sqxb96lj4qcw67ivkp2yxiyj"; 384 408 }; 385 409 } 386 410 { 387 411 name = "microsoft.extensions.dependencymodel"; 388 - version = "3.1.6"; 412 + version = "5.0.0"; 389 413 src = fetchurl { 390 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/3.1.6/microsoft.extensions.dependencymodel.3.1.6.nupkg"; 391 - sha256 = "13m2na8a5mglbbjjp0dxb8ifkf23grkyk1g8585mr7v6cbj098ac"; 414 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/5.0.0/microsoft.extensions.dependencymodel.5.0.0.nupkg"; 415 + sha256 = "1mma1zxi0b40972cwfvkj9y0w9r7vjbi74784jzcb22pric00k5x"; 392 416 }; 393 417 } 394 418 { 395 419 name = "microsoft.extensions.fileproviders.abstractions"; 396 - version = "3.1.12"; 420 + version = "5.0.0"; 397 421 src = fetchurl { 398 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/3.1.12/microsoft.extensions.fileproviders.abstractions.3.1.12.nupkg"; 399 - sha256 = "11plp1izss3sz03a76gpicwfs0l3jqad0yhz0dam6iirdniharvx"; 422 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/5.0.0/microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg"; 423 + sha256 = "01ahgd0b2z2zycrr2lcsq2cl59fn04bh51hdwdp9dcsdkpvnasj1"; 400 424 }; 401 425 } 402 426 { 403 427 name = "microsoft.extensions.fileproviders.physical"; 404 - version = "3.1.12"; 428 + version = "5.0.0"; 405 429 src = fetchurl { 406 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/3.1.12/microsoft.extensions.fileproviders.physical.3.1.12.nupkg"; 407 - sha256 = "1lgqvpbqhq2izgq2cka9ls5l99gymhx1ynh1887rjb890cb9hg42"; 430 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/5.0.0/microsoft.extensions.fileproviders.physical.5.0.0.nupkg"; 431 + sha256 = "00vii8148a6pk12l9jl0rhjp7apil5q5qcy7v1smnv17lj4p8szd"; 408 432 }; 409 433 } 410 434 { 411 435 name = "microsoft.extensions.filesystemglobbing"; 412 - version = "3.1.12"; 436 + version = "5.0.0"; 413 437 src = fetchurl { 414 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/3.1.12/microsoft.extensions.filesystemglobbing.3.1.12.nupkg"; 415 - sha256 = "16binlxq56n6a3vkmxhlrhiyl01fb2zvyzfh00hwa4ixxfl1is8n"; 438 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/5.0.0/microsoft.extensions.filesystemglobbing.5.0.0.nupkg"; 439 + sha256 = "0lm6n9vbyjh0l17qcc2y9qwn1cns3dyjmkvbxjp0g9sll32kjpmb"; 416 440 }; 417 441 } 418 442 { ··· 425 449 } 426 450 { 427 451 name = "microsoft.extensions.logging"; 428 - version = "3.1.12"; 452 + version = "5.0.0"; 429 453 src = fetchurl { 430 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/3.1.12/microsoft.extensions.logging.3.1.12.nupkg"; 431 - sha256 = "12i0kvv4fl2y15dgzqzhqhj7fxy4qapqd78xwi1wsvrlbn9pp9h0"; 454 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg"; 455 + sha256 = "1qa1l18q2jh9azya8gv1p8anzcdirjzd9dxxisb4911i9m1648i3"; 432 456 }; 433 457 } 434 458 { 435 459 name = "microsoft.extensions.logging.abstractions"; 436 - version = "1.1.0"; 460 + version = "2.0.0"; 437 461 src = fetchurl { 438 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/1.1.0/microsoft.extensions.logging.abstractions.1.1.0.nupkg"; 439 - sha256 = "0vgp0jqi7rik4p5i86ib1lzhwldc3kyf4w38a1pd3086gfz021ab"; 462 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.0.0/microsoft.extensions.logging.abstractions.2.0.0.nupkg"; 463 + sha256 = "1x5isi71z02khikzvm7vaschb006pqqrsv86ky1x08a4hir4s43h"; 440 464 }; 441 465 } 442 466 { 443 467 name = "microsoft.extensions.logging.abstractions"; 444 - version = "2.0.0"; 468 + version = "2.1.1"; 445 469 src = fetchurl { 446 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.0.0/microsoft.extensions.logging.abstractions.2.0.0.nupkg"; 447 - sha256 = "1x5isi71z02khikzvm7vaschb006pqqrsv86ky1x08a4hir4s43h"; 470 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.1.1/microsoft.extensions.logging.abstractions.2.1.1.nupkg"; 471 + sha256 = "1sgpwj0sa0ac7m5fnkb482mnch8fsv8hfbvk53c6lyh47s1xhdjg"; 448 472 }; 449 473 } 450 474 { 451 475 name = "microsoft.extensions.logging.abstractions"; 452 - version = "3.1.12"; 476 + version = "5.0.0"; 453 477 src = fetchurl { 454 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.1.12/microsoft.extensions.logging.abstractions.3.1.12.nupkg"; 455 - sha256 = "0yv681ddcrsn8cf0fnfi3jgcrmganf05r8lsw82d8rk0ljbjivz5"; 478 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg"; 479 + sha256 = "1yza38675dbv1qqnnhqm23alv2bbaqxp0pb7zinjmw8j2mr5r6wc"; 456 480 }; 457 481 } 458 482 { 459 483 name = "microsoft.extensions.logging.configuration"; 460 - version = "3.1.12"; 484 + version = "5.0.0"; 461 485 src = fetchurl { 462 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/3.1.12/microsoft.extensions.logging.configuration.3.1.12.nupkg"; 463 - sha256 = "0nrijpk4azaw5xk4473yb9sc1aal7phjrbswdg7dr6yrfibpb3fn"; 486 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/5.0.0/microsoft.extensions.logging.configuration.5.0.0.nupkg"; 487 + sha256 = "1kmjax24w0ph362jr64rr6f8pyn6ayq39k502q9yrgr7zgrv65pa"; 464 488 }; 465 489 } 466 490 { 467 491 name = "microsoft.extensions.logging.console"; 468 - version = "3.1.12"; 492 + version = "5.0.0"; 469 493 src = fetchurl { 470 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/3.1.12/microsoft.extensions.logging.console.3.1.12.nupkg"; 471 - sha256 = "0vr65vcw15kycbpxk5z04nwcxlkcq0ljsnb4njcbzdcj4p87bcmr"; 494 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/5.0.0/microsoft.extensions.logging.console.5.0.0.nupkg"; 495 + sha256 = "162akclrhk5r62fza8yr30p5824inwmrpq2s510c3a64v76v9cqz"; 472 496 }; 473 497 } 474 498 { ··· 481 505 } 482 506 { 483 507 name = "microsoft.extensions.options"; 484 - version = "3.1.12"; 508 + version = "5.0.0"; 485 509 src = fetchurl { 486 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.1.12/microsoft.extensions.options.3.1.12.nupkg"; 487 - sha256 = "0phxp1m5p2sfn7mgdb4dzb2rscda8wwzgr0hqqyh19faf0kg2msm"; 510 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg"; 511 + sha256 = "1rdmgpg770x8qwaaa6ryc27zh93p697fcyvn5vkxp0wimlhqkbay"; 488 512 }; 489 513 } 490 514 { ··· 497 521 } 498 522 { 499 523 name = "microsoft.extensions.options.configurationextensions"; 500 - version = "3.1.12"; 524 + version = "5.0.0"; 501 525 src = fetchurl { 502 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/3.1.12/microsoft.extensions.options.configurationextensions.3.1.12.nupkg"; 503 - sha256 = "1vvxhy31mf3z7al8gh9pvzn4z67ma6zc7wwc6f7bvbg6k235wz2v"; 526 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/5.0.0/microsoft.extensions.options.configurationextensions.5.0.0.nupkg"; 527 + sha256 = "1085yrfgc70am43v8i5rxh14kal3bhdd5q85vgny5qp7y1rw0xyw"; 504 528 }; 505 529 } 506 530 { ··· 513 537 } 514 538 { 515 539 name = "microsoft.extensions.primitives"; 516 - version = "3.1.12"; 540 + version = "5.0.0"; 517 541 src = fetchurl { 518 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.12/microsoft.extensions.primitives.3.1.12.nupkg"; 519 - sha256 = "0ns4dsrfglas2qdn6qdyg004yjsk578fgfq76rs16hjr3iw9dkks"; 542 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg"; 543 + sha256 = "0swqcknyh87ns82w539z1mvy804pfwhgzs97cr3nwqk6g5s42gd6"; 520 544 }; 521 545 } 522 546 { ··· 640 664 }; 641 665 } 642 666 { 667 + name = "microsoft.net.stringtools"; 668 + version = "1.0.0"; 669 + src = fetchurl { 670 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/1.0.0/microsoft.net.stringtools.1.0.0.nupkg"; 671 + sha256 = "06yakiyzgss399giivfx6xdrnfxqfsvy5fzm90scjanvandv0sdj"; 672 + }; 673 + } 674 + { 643 675 name = "microsoft.sourcelink.common"; 644 676 version = "1.0.0"; 645 677 src = fetchurl { ··· 657 689 } 658 690 { 659 691 name = "microsoft.testplatform.objectmodel"; 660 - version = "16.6.1"; 692 + version = "16.9.4"; 661 693 src = fetchurl { 662 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.6.1/microsoft.testplatform.objectmodel.16.6.1.nupkg"; 663 - sha256 = "0q98q1nw6jl4bajm66z4a9vvh928w8ffsd3k6fpsps23ykpsky7h"; 694 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.9.4/microsoft.testplatform.objectmodel.16.9.4.nupkg"; 695 + sha256 = "1jizkbrnm4pv60zch29ki7gj8m7j5whk141x9cwx4kwsd6cfzwi6"; 664 696 }; 665 697 } 666 698 { 667 699 name = "microsoft.testplatform.translationlayer"; 668 - version = "16.6.1"; 700 + version = "16.9.4"; 669 701 src = fetchurl { 670 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.translationlayer/16.6.1/microsoft.testplatform.translationlayer.16.6.1.nupkg"; 671 - sha256 = "1j5pg3qdgqxila90x5h1hvq8wk53s4zf225x5zddmx6q26r9zq83"; 702 + url = "https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.translationlayer/16.9.4/microsoft.testplatform.translationlayer.16.9.4.nupkg"; 703 + sha256 = "0y5w2zflvq06jim2i6d49qi45ix0b8vlyf024w29n5g1lb570qf0"; 672 704 }; 673 705 } 674 706 { 675 707 name = "microsoft.visualstudio.debugger.contracts"; 676 - version = "16.9.0-beta.20604.1"; 708 + version = "17.2.0-beta.21262.1"; 677 709 src = fetchurl { 678 - url = "https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.debugger.contracts/16.9.0-beta.20604.1/microsoft.visualstudio.debugger.contracts.16.9.0-beta.20604.1.nupkg"; 679 - sha256 = "0sy1ahy1xv39mkk5inhb63lmfnmkcc6vjljhljx0l2lkrrc33k0h"; 710 + url = "https://pkgs.dev.azure.com/azure-public/3ccf6661-f8ce-4e8a-bb2e-eff943ddd3c7/_packaging/78665e4c-b767-412b-9804-2b1ef7a48b8a/nuget/v3/flat2/microsoft.visualstudio.debugger.contracts/17.2.0-beta.21262.1/microsoft.visualstudio.debugger.contracts.17.2.0-beta.21262.1.nupkg"; 711 + sha256 = "10fi1jdxnxvww1qzfhqi53fn0a411gvpvcsb0pvwvj7qk0lzs7c9"; 680 712 }; 681 713 } 682 714 { ··· 1192 1224 }; 1193 1225 } 1194 1226 { 1195 - name = "system.componentmodel.annotations"; 1196 - version = "4.4.1"; 1197 - src = fetchurl { 1198 - url = "https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/4.4.1/system.componentmodel.annotations.4.4.1.nupkg"; 1199 - sha256 = "1d46yx6h36bssqyshq44qxx0fsx43bjf09zrlbvqfigacfsp9mph"; 1200 - }; 1201 - } 1202 - { 1203 - name = "system.componentmodel.annotations"; 1204 - version = "4.7.0"; 1205 - src = fetchurl { 1206 - url = "https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/4.7.0/system.componentmodel.annotations.4.7.0.nupkg"; 1207 - sha256 = "06x1m46ddxj0ng28d7gry9gjkqdg2kp89jyf480g5gznyybbs49z"; 1208 - }; 1209 - } 1210 - { 1211 1227 name = "system.componentmodel.composition"; 1212 1228 version = "4.5.0"; 1213 1229 src = fetchurl { ··· 1264 1280 }; 1265 1281 } 1266 1282 { 1283 + name = "system.configuration.configurationmanager"; 1284 + version = "4.7.0"; 1285 + src = fetchurl { 1286 + url = "https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.0.nupkg"; 1287 + sha256 = "0pav0n21ghf2ax6fiwjbng29f27wkb4a2ddma0cqx04s97yyk25d"; 1288 + }; 1289 + } 1290 + { 1267 1291 name = "system.console"; 1268 1292 version = "4.3.0"; 1269 1293 src = fetchurl { ··· 1285 1309 src = fetchurl { 1286 1310 url = "https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg"; 1287 1311 sha256 = "0z6m3pbiy0qw6rn3n209rrzf9x1k4002zh90vwcrsym09ipm2liq"; 1312 + }; 1313 + } 1314 + { 1315 + name = "system.diagnostics.diagnosticsource"; 1316 + version = "5.0.0"; 1317 + src = fetchurl { 1318 + url = "https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.0/system.diagnostics.diagnosticsource.5.0.0.nupkg"; 1319 + sha256 = "0phd2qizshjvglhzws1jd0cq4m54gscz4ychzr3x6wbgl4vvfrga"; 1288 1320 }; 1289 1321 } 1290 1322 { ··· 1409 1441 } 1410 1442 { 1411 1443 name = "system.io.pipelines"; 1412 - version = "5.0.0"; 1444 + version = "5.0.1"; 1413 1445 src = fetchurl { 1414 - url = "https://api.nuget.org/v3-flatcontainer/system.io.pipelines/5.0.0/system.io.pipelines.5.0.0.nupkg"; 1415 - sha256 = "1kdvbzr98sdddm18r3gbsbcxpv58gm1yy3iig8zg9dvp7mli7453"; 1446 + url = "https://api.nuget.org/v3-flatcontainer/system.io.pipelines/5.0.1/system.io.pipelines.5.0.1.nupkg"; 1447 + sha256 = "1zvfcd2l1d5qxifsqd0cjyv57nr61a9ac2ca5jinyqmj32wgjd6v"; 1416 1448 }; 1417 1449 } 1418 1450 { ··· 1429 1461 src = fetchurl { 1430 1462 url = "https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg"; 1431 1463 sha256 = "0ky2nrcvh70rqq88m9a5yqabsl4fyd17bpr63iy2mbivjs2nyypv"; 1432 - }; 1433 - } 1434 - { 1435 - name = "system.memory"; 1436 - version = "4.5.2"; 1437 - src = fetchurl { 1438 - url = "https://api.nuget.org/v3-flatcontainer/system.memory/4.5.2/system.memory.4.5.2.nupkg"; 1439 - sha256 = "1g24dwqfcmf4gpbgbhaw1j49xmpsz389l6bw2xxbsmnzvsf860ld"; 1440 1464 }; 1441 1465 } 1442 1466 { ··· 1633 1657 } 1634 1658 { 1635 1659 name = "system.reflection.typeextensions"; 1636 - version = "4.1.0"; 1637 - src = fetchurl { 1638 - url = "https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg"; 1639 - sha256 = "1bjli8a7sc7jlxqgcagl9nh8axzfl11f4ld3rjqsyxc516iijij7"; 1640 - }; 1641 - } 1642 - { 1643 - name = "system.reflection.typeextensions"; 1644 1660 version = "4.3.0"; 1645 1661 src = fetchurl { 1646 1662 url = "https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg"; ··· 1848 1864 }; 1849 1865 } 1850 1866 { 1867 + name = "system.security.cryptography.algorithms"; 1868 + version = "4.3.1"; 1869 + src = fetchurl { 1870 + url = "https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.1/system.security.cryptography.algorithms.4.3.1.nupkg"; 1871 + sha256 = "1m2wnzg3m3c0s11jg4lshcl2a47d78zri8khc21yrz34jjkbyls2"; 1872 + }; 1873 + } 1874 + { 1851 1875 name = "system.security.cryptography.cng"; 1852 1876 version = "4.3.0"; 1853 1877 src = fetchurl { ··· 1909 1933 src = fetchurl { 1910 1934 url = "https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.3.0/system.security.cryptography.protecteddata.4.3.0.nupkg"; 1911 1935 sha256 = "1kg264xmqabyz8gfg8ymp6qp6aw43vawfp0znf0909d7b5jd3dq9"; 1936 + }; 1937 + } 1938 + { 1939 + name = "system.security.cryptography.protecteddata"; 1940 + version = "4.7.0"; 1941 + src = fetchurl { 1942 + url = "https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg"; 1943 + sha256 = "1s1sh8k10s0apa09c5m2lkavi3ys90y657whg2smb3y8mpkfr5vm"; 1912 1944 }; 1913 1945 } 1914 1946 { ··· 2017 2049 } 2018 2050 { 2019 2051 name = "system.text.encodings.web"; 2020 - version = "4.7.1"; 2052 + version = "5.0.0"; 2021 2053 src = fetchurl { 2022 - url = "https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/4.7.1/system.text.encodings.web.4.7.1.nupkg"; 2023 - sha256 = "1wj7r07mjwbf9a79kapy2l9m8mcq8b3nbhg0zaprlsav09k85fmb"; 2054 + url = "https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/5.0.0/system.text.encodings.web.5.0.0.nupkg"; 2055 + sha256 = "144pgy65jc3bkar7d4fg1c0rq6qmkx68gj9k1ldk97558w22v1r1"; 2024 2056 }; 2025 2057 } 2026 2058 { ··· 2033 2065 } 2034 2066 { 2035 2067 name = "system.text.json"; 2036 - version = "4.7.2"; 2068 + version = "5.0.0"; 2037 2069 src = fetchurl { 2038 - url = "https://api.nuget.org/v3-flatcontainer/system.text.json/4.7.2/system.text.json.4.7.2.nupkg"; 2039 - sha256 = "10xj1pw2dgd42anikvj9qm23ccssrcp7dpznpj4j7xjp1ikhy3y4"; 2070 + url = "https://api.nuget.org/v3-flatcontainer/system.text.json/5.0.0/system.text.json.5.0.0.nupkg"; 2071 + sha256 = "1gpgl18z6qrgmqrikgh99xkjwzb1didrjp77bch7nrlra21gr4ks"; 2040 2072 }; 2041 2073 } 2042 2074 {