Skip to content

Commit 84d8f98

Browse files
authored
Various dependency updates (#375)
1 parent ed326ad commit 84d8f98

9 files changed

Lines changed: 136 additions & 136 deletions

File tree

Solutions/Marain.Operations.Api.Specs/Marain.Operations.Api.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<ItemGroup>
4343
<PackageReference Include="Corvus.Configuration.TestEnvironment" Version="1.2.5" />
4444
<PackageReference Include="Corvus.Storage.Azure.BlobStorage.Tenancy" Version="3.2.0" />
45-
<PackageReference Include="Corvus.Testing.AzureFunctions.SpecFlow" Version="1.4.9" />
45+
<PackageReference Include="Corvus.Testing.AzureFunctions.SpecFlow" Version="1.4.10" />
4646
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.0">
4747
<PrivateAssets>all</PrivateAssets>
4848
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4949
</PackageReference>
5050
<PackageReference Include="Marain.Services.Tenancy.Testing" Version="2.3.3" />
51-
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.4.9" />
51+
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.4.10" />
5252
</ItemGroup>
5353
<ItemGroup>
5454
<Folder Include="ServiceManifests\" />

Solutions/Marain.Operations.Api.Specs/packages.lock.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
},
1818
"Corvus.Storage.Azure.BlobStorage.Tenancy": {
1919
"type": "Direct",
20-
"requested": "[3.1.0, )",
21-
"resolved": "3.1.0",
22-
"contentHash": "wUPYzxvQ5HUXFGqSTv6ku+Mc6rTOM+vxT46LMVwV2MYmQaJp35L8M3aaWLwZbPdJB0kwuZJUtdZdCyzm2ohgMw==",
20+
"requested": "[3.2.0, )",
21+
"resolved": "3.2.0",
22+
"contentHash": "sOPoL0kY6h7aTADgt8F5NIJs/Sik6WzrukzF8OjX/q2+kaunhWO0hW3boItiBlG51iQLg3/pQnUWhk8j5colQg==",
2323
"dependencies": {
24-
"Corvus.Storage.Azure.BlobStorage": "1.1.1",
25-
"Corvus.Tenancy.Abstractions": "3.1.0"
24+
"Corvus.Storage.Azure.BlobStorage": "1.2.0",
25+
"Corvus.Tenancy.Abstractions": "3.2.0"
2626
}
2727
},
2828
"Corvus.Testing.AzureFunctions.SpecFlow": {
2929
"type": "Direct",
30-
"requested": "[1.4.9, )",
31-
"resolved": "1.4.9",
32-
"contentHash": "q+Dy8WsOxcEgqPoPc4/reevbaKJzbMx+nCniNxTvOsrs77z8MrHiAu2nkhk8ZGn1JN8xbm4hciMGjVuo9pVdGQ==",
30+
"requested": "[1.4.10, )",
31+
"resolved": "1.4.10",
32+
"contentHash": "P5rh7XNivjpbrmdi3L5GBWcOXWfcgczsgiCZ2ehUKLBR9d15VnfeYQ1Bckdspz7WqUoHws4kkGQUfc8OntwAMQ==",
3333
"dependencies": {
34-
"Corvus.Testing.AzureFunctions": "1.4.9",
35-
"Corvus.Testing.SpecFlow": "1.4.9",
34+
"Corvus.Testing.AzureFunctions": "1.4.10",
35+
"Corvus.Testing.SpecFlow": "1.4.10",
3636
"Microsoft.Extensions.Logging.Console": "3.1.22",
3737
"NUnit": "3.13.2",
3838
"SpecFlow": "3.9.52"
3939
}
4040
},
4141
"Corvus.Testing.SpecFlow.NUnit": {
4242
"type": "Direct",
43-
"requested": "[1.4.9, )",
44-
"resolved": "1.4.9",
45-
"contentHash": "T5hPP59Sse+FHoGJD85sDG6dk58CFtaRCC+RBDaw+/1GVFU+8SBIcRS9pmmOlUSwJK476RYnudxv7s+lx4egqQ==",
43+
"requested": "[1.4.10, )",
44+
"resolved": "1.4.10",
45+
"contentHash": "qWb2ubOHrzp/avVlf+ZO43xL+N2bjsIv9QayGAzitwy7mKgpdbHcnz262r4zaSdhmBFAd+o32UEz8taVVa77XA==",
4646
"dependencies": {
47-
"Corvus.Testing.SpecFlow": "1.4.9",
47+
"Corvus.Testing.SpecFlow": "1.4.10",
4848
"Microsoft.NET.Test.Sdk": "16.11.0",
49-
"Moq": "4.16.1",
49+
"Moq": "4.17.1",
5050
"SpecFlow.NUnit.Runners": "3.9.52",
5151
"coverlet.msbuild": "3.1.2"
5252
}
@@ -170,8 +170,8 @@
170170
},
171171
"Castle.Core": {
172172
"type": "Transitive",
173-
"resolved": "4.4.0",
174-
"contentHash": "b5rRL5zeaau1y/5hIbI+6mGw3cwun16YjkHZnV9RRT5UyUIFsgLmNXJ0YnIN9p8Hw7K7AbG1q1UclQVU3DinAQ==",
173+
"resolved": "4.4.1",
174+
"contentHash": "zanbjWC0Y05gbx4eGXkzVycOQqVOFVeCjVsDSyuao9P4mtN1w3WxxTo193NGC7j3o2u3AJRswaoC6hEbnGACnQ==",
175175
"dependencies": {
176176
"NETStandard.Library": "1.6.1",
177177
"System.Collections.Specialized": "4.3.0",
@@ -327,26 +327,26 @@
327327
},
328328
"Corvus.Storage.Azure.BlobStorage": {
329329
"type": "Transitive",
330-
"resolved": "1.1.1",
331-
"contentHash": "lcDw+KDUamWP5TW6UOXnuzJGse8IlzZsicUxNTE8k074DYDeEdGI6H32+LdclrkGLyUR4DC0CJTlrGXAn0nzow==",
330+
"resolved": "1.2.0",
331+
"contentHash": "IG5s7+mnoLBKQunhBClm7tZub19UlR/QOVgmoY1WGxDTzz3OF1ZICBuVR0mWK2BSiHh9Mu5sq3Yvypnzvrs5pg==",
332332
"dependencies": {
333333
"Azure.Storage.Blobs": "12.10.0",
334-
"Corvus.Storage.Common": "1.1.1"
334+
"Corvus.Storage.Common": "1.2.0"
335335
}
336336
},
337337
"Corvus.Storage.Common": {
338338
"type": "Transitive",
339-
"resolved": "1.1.1",
340-
"contentHash": "0jlWsL7chF3+b4dZQlRSiCdYcJoV+Dz6JJ3YssuU4KLsYu6G0Z38386+h6LYF41sWAN1i41Y3f2KUz5UMO/VPw==",
339+
"resolved": "1.2.0",
340+
"contentHash": "0xUPG6FTBTpftK2HyPtp4FX6dws1Isho3Dtj3D8YfrXMXySv+ooBXMrAwhsxU8zqSwkGML4sVzRR1mO8kNSrRQ==",
341341
"dependencies": {
342342
"Corvus.Identity.Azure": "3.0.0",
343343
"Microsoft.Extensions.Configuration.Binder": "3.1.22"
344344
}
345345
},
346346
"Corvus.Tenancy.Abstractions": {
347347
"type": "Transitive",
348-
"resolved": "3.1.0",
349-
"contentHash": "hSufeLf93Clem0WwpGsOBE4yTJTPmVZje9Epv1jYehWDjH3mQIk33w35xLNzL++Mz2iUrubi8KzfGTZKpHqEPA==",
348+
"resolved": "3.2.0",
349+
"contentHash": "2LWZRu7Br72l+4Cp1+VUHCZgJP2dWbLWrVPK36XUFo+Z/cghByBd8rKkx6FqXTd1+dsLYME5Yi9nORWTEvkq9g==",
350350
"dependencies": {
351351
"Corvus.ContentHandling.Json": "2.0.11",
352352
"Corvus.Extensions": "1.1.4",
@@ -364,17 +364,17 @@
364364
},
365365
"Corvus.Testing.AzureFunctions": {
366366
"type": "Transitive",
367-
"resolved": "1.4.9",
368-
"contentHash": "epmrswwBszCb2w5D5KGzZmociOq/CyQgoHCJHY56/580WzV5hYq388b0F1oYHsdi5I0XRp6V/o3/Zjy4pblKug==",
367+
"resolved": "1.4.10",
368+
"contentHash": "wCZ1ioc5jvysiipPirD3puSyhWtKENFPOy6s5J0FiIv+TBYE8OP9xG9ANCWZ8HD05oc9Eq0J+oOarWod8WpCwg==",
369369
"dependencies": {
370370
"Microsoft.Extensions.Logging.Abstractions": "3.1.22",
371371
"System.Management": "4.7.0"
372372
}
373373
},
374374
"Corvus.Testing.SpecFlow": {
375375
"type": "Transitive",
376-
"resolved": "1.4.9",
377-
"contentHash": "A9voStVkvTjjvquTfquQokoJoAvAo4pRnM1CNoxpX/uJ/3bIONDZnT11eMVK6HT/pqLhsRAyouJVvnljDIagFA==",
376+
"resolved": "1.4.10",
377+
"contentHash": "a+/w5W2A2tqIznq0dWROATqBcowJKgFERjSPQmYQ2m0/+LI9yiWz6eBM91ENEnLwyY8f5VptDYUvZfa4ycK58A==",
378378
"dependencies": {
379379
"Microsoft.Extensions.Configuration.Abstractions": "3.1.22",
380380
"Microsoft.Extensions.DependencyInjection": "3.1.22",
@@ -414,8 +414,8 @@
414414
},
415415
"Marain.Tenancy.Client": {
416416
"type": "Transitive",
417-
"resolved": "2.0.4",
418-
"contentHash": "lAbgRQOj0vdtljeQ1al0z8YpKjXpWE1RK4cmbJJ+FefYgLKyjAzINHWvTtDxLCxgXbMRtSuTaEegn1W09yQbzA==",
417+
"resolved": "2.0.5",
418+
"contentHash": "sRQWtVmNv61p+qTvndnq0/TRNxwWC/Y8U+7b2Fi1rZOYe/7VeGsaX98ml/+v7u/GYbHF3zbU48KAwAYFCJhjuw==",
419419
"dependencies": {
420420
"CacheCow.Client": "2.9.0",
421421
"Corvus.ContentHandling.Json": "2.0.11",
@@ -427,11 +427,11 @@
427427
},
428428
"Marain.Tenancy.ClientTenantProvider": {
429429
"type": "Transitive",
430-
"resolved": "2.0.4",
431-
"contentHash": "rEqjiKm+z0e/y5KMr8F+5FC4QvfUnPzkzYYXjgNNdsRAFiqPLbezlERjnhi/HQgrNesZvSgQBzAYvFUp3SGsrQ==",
430+
"resolved": "2.0.5",
431+
"contentHash": "SfvwnOvdz5i+GIZ4GJU/Fze5Cg0AzEenIavi5jxSSQcy9olzUc+HfeTf1T7JLBVCMYQryWWYP4ZViEXsyQew6g==",
432432
"dependencies": {
433-
"Corvus.Tenancy.Abstractions": "3.0.0",
434-
"Marain.Tenancy.Client": "2.0.4",
433+
"Corvus.Tenancy.Abstractions": "3.2.0",
434+
"Marain.Tenancy.Client": "2.0.5",
435435
"Microsoft.AspNetCore.WebUtilities": "2.2.0"
436436
}
437437
},
@@ -1240,8 +1240,8 @@
12401240
},
12411241
"Microsoft.NET.Sdk.Functions": {
12421242
"type": "Transitive",
1243-
"resolved": "4.0.1",
1244-
"contentHash": "ETL2yIoB66dUBorl0cllKHXuK1ItXDgC68AhzXX7amnQNv/rG+zS+ivLs7xpczhXq1Tkcdr02rPGoE0X7HTBwQ==",
1243+
"resolved": "4.1.0",
1244+
"contentHash": "ycPJA1emOWi5p/gxiPhaWJD9Lxc7S6dAU5fbhopOtd25VoWZPx62J7Hqk5RdpiWsRAuxWPSIs4WdJF3oYaHVLg==",
12451245
"dependencies": {
12461246
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
12471247
"Microsoft.Azure.WebJobs": "[3.0.23, 3.1.0)",
@@ -1374,10 +1374,10 @@
13741374
},
13751375
"Moq": {
13761376
"type": "Transitive",
1377-
"resolved": "4.16.1",
1378-
"contentHash": "bw3R9q8cVNhWXNpnvWb0OGP4HadS4zvClq+T1zf7AF+tLY1haZ2AvbHidQekf4PDv1T40c6brZeT/V0IBq7cEQ==",
1377+
"resolved": "4.17.1",
1378+
"contentHash": "TzEvfuFC9Mcr49q6cEaSqLEQA8N2S6OFmj+7Vax21Q0uKSKKaM35tt+cmPfRZyyfx/NggfdTZRWv05mBhUaVLg==",
13791379
"dependencies": {
1380-
"Castle.Core": "4.4.0",
1380+
"Castle.Core": "4.4.1",
13811381
"System.Threading.Tasks.Extensions": "4.5.4"
13821382
}
13831383
},
@@ -2957,14 +2957,14 @@
29572957
"marain.operations.abstractions": {
29582958
"type": "Project",
29592959
"dependencies": {
2960-
"Corvus.Tenancy.Abstractions": "3.1.0",
2960+
"Corvus.Tenancy.Abstractions": "3.2.0",
29612961
"Menes.Abstractions": "3.1.3"
29622962
}
29632963
},
29642964
"marain.operations.azure.storage": {
29652965
"type": "Project",
29662966
"dependencies": {
2967-
"Corvus.Storage.Azure.BlobStorage.Tenancy": "3.1.0",
2967+
"Corvus.Storage.Azure.BlobStorage.Tenancy": "3.2.0",
29682968
"Marain.Operations.Abstractions": "1.0.0",
29692969
"Marain.Operations.OpenApi": "1.0.0"
29702970
}
@@ -2986,7 +2986,7 @@
29862986
"Marain.Operations.OpenApi": "1.0.0",
29872987
"Microsoft.Azure.Functions.Extensions": "1.1.0",
29882988
"Microsoft.Extensions.Logging.Console": "6.0.0",
2989-
"Microsoft.NET.Sdk.Functions": "4.0.1",
2989+
"Microsoft.NET.Sdk.Functions": "4.1.0",
29902990
"Microsoft.OpenApi.Readers": "1.2.3"
29912991
}
29922992
},
@@ -2996,7 +2996,7 @@
29962996
"Corvus.Identity.MicrosoftRest": "3.0.0",
29972997
"Marain.Operations.Azure.Storage": "1.0.0",
29982998
"Marain.Operations.OpenApi": "1.0.0",
2999-
"Marain.Tenancy.ClientTenantProvider": "2.0.4",
2999+
"Marain.Tenancy.ClientTenantProvider": "2.0.5",
30003000
"Menes.Hosting.AspNetCore": "3.1.3",
30013001
"Newtonsoft.Json": "13.0.1"
30023002
}
@@ -3025,7 +3025,7 @@
30253025
"Marain.Operations.OpenApi": "1.0.0",
30263026
"Microsoft.Azure.Functions.Extensions": "1.1.0",
30273027
"Microsoft.Extensions.Logging.Console": "6.0.0",
3028-
"Microsoft.NET.Sdk.Functions": "4.0.1",
3028+
"Microsoft.NET.Sdk.Functions": "4.1.0",
30293029
"Microsoft.OpenApi.Readers": "1.2.3"
30303030
}
30313031
}

Solutions/Marain.Operations.ControlHost.Functions/Marain.Operations.ControlHost.Functions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>
4646
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
47-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />
47+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.0" />
4848
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.2.3" />
4949
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="[6.0.*,)" />
5050
</ItemGroup>

Solutions/Marain.Operations.ControlHost.Functions/packages.lock.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"Microsoft.NET.Sdk.Functions": {
6666
"type": "Direct",
67-
"requested": "[4.0.1, )",
68-
"resolved": "4.0.1",
69-
"contentHash": "ETL2yIoB66dUBorl0cllKHXuK1ItXDgC68AhzXX7amnQNv/rG+zS+ivLs7xpczhXq1Tkcdr02rPGoE0X7HTBwQ==",
67+
"requested": "[4.1.0, )",
68+
"resolved": "4.1.0",
69+
"contentHash": "ycPJA1emOWi5p/gxiPhaWJD9Lxc7S6dAU5fbhopOtd25VoWZPx62J7Hqk5RdpiWsRAuxWPSIs4WdJF3oYaHVLg==",
7070
"dependencies": {
7171
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
7272
"Microsoft.Azure.WebJobs": "[3.0.23, 3.1.0)",
@@ -287,35 +287,35 @@
287287
},
288288
"Corvus.Storage.Azure.BlobStorage": {
289289
"type": "Transitive",
290-
"resolved": "1.1.1",
291-
"contentHash": "lcDw+KDUamWP5TW6UOXnuzJGse8IlzZsicUxNTE8k074DYDeEdGI6H32+LdclrkGLyUR4DC0CJTlrGXAn0nzow==",
290+
"resolved": "1.2.0",
291+
"contentHash": "IG5s7+mnoLBKQunhBClm7tZub19UlR/QOVgmoY1WGxDTzz3OF1ZICBuVR0mWK2BSiHh9Mu5sq3Yvypnzvrs5pg==",
292292
"dependencies": {
293293
"Azure.Storage.Blobs": "12.10.0",
294-
"Corvus.Storage.Common": "1.1.1"
294+
"Corvus.Storage.Common": "1.2.0"
295295
}
296296
},
297297
"Corvus.Storage.Azure.BlobStorage.Tenancy": {
298298
"type": "Transitive",
299-
"resolved": "3.1.0",
300-
"contentHash": "wUPYzxvQ5HUXFGqSTv6ku+Mc6rTOM+vxT46LMVwV2MYmQaJp35L8M3aaWLwZbPdJB0kwuZJUtdZdCyzm2ohgMw==",
299+
"resolved": "3.2.0",
300+
"contentHash": "sOPoL0kY6h7aTADgt8F5NIJs/Sik6WzrukzF8OjX/q2+kaunhWO0hW3boItiBlG51iQLg3/pQnUWhk8j5colQg==",
301301
"dependencies": {
302-
"Corvus.Storage.Azure.BlobStorage": "1.1.1",
303-
"Corvus.Tenancy.Abstractions": "3.1.0"
302+
"Corvus.Storage.Azure.BlobStorage": "1.2.0",
303+
"Corvus.Tenancy.Abstractions": "3.2.0"
304304
}
305305
},
306306
"Corvus.Storage.Common": {
307307
"type": "Transitive",
308-
"resolved": "1.1.1",
309-
"contentHash": "0jlWsL7chF3+b4dZQlRSiCdYcJoV+Dz6JJ3YssuU4KLsYu6G0Z38386+h6LYF41sWAN1i41Y3f2KUz5UMO/VPw==",
308+
"resolved": "1.2.0",
309+
"contentHash": "0xUPG6FTBTpftK2HyPtp4FX6dws1Isho3Dtj3D8YfrXMXySv+ooBXMrAwhsxU8zqSwkGML4sVzRR1mO8kNSrRQ==",
310310
"dependencies": {
311311
"Corvus.Identity.Azure": "3.0.0",
312312
"Microsoft.Extensions.Configuration.Binder": "3.1.22"
313313
}
314314
},
315315
"Corvus.Tenancy.Abstractions": {
316316
"type": "Transitive",
317-
"resolved": "3.1.0",
318-
"contentHash": "hSufeLf93Clem0WwpGsOBE4yTJTPmVZje9Epv1jYehWDjH3mQIk33w35xLNzL++Mz2iUrubi8KzfGTZKpHqEPA==",
317+
"resolved": "3.2.0",
318+
"contentHash": "2LWZRu7Br72l+4Cp1+VUHCZgJP2dWbLWrVPK36XUFo+Z/cghByBd8rKkx6FqXTd1+dsLYME5Yi9nORWTEvkq9g==",
319319
"dependencies": {
320320
"Corvus.ContentHandling.Json": "2.0.11",
321321
"Corvus.Extensions": "1.1.4",
@@ -342,8 +342,8 @@
342342
},
343343
"Marain.Tenancy.Client": {
344344
"type": "Transitive",
345-
"resolved": "2.0.4",
346-
"contentHash": "lAbgRQOj0vdtljeQ1al0z8YpKjXpWE1RK4cmbJJ+FefYgLKyjAzINHWvTtDxLCxgXbMRtSuTaEegn1W09yQbzA==",
345+
"resolved": "2.0.5",
346+
"contentHash": "sRQWtVmNv61p+qTvndnq0/TRNxwWC/Y8U+7b2Fi1rZOYe/7VeGsaX98ml/+v7u/GYbHF3zbU48KAwAYFCJhjuw==",
347347
"dependencies": {
348348
"CacheCow.Client": "2.9.0",
349349
"Corvus.ContentHandling.Json": "2.0.11",
@@ -355,11 +355,11 @@
355355
},
356356
"Marain.Tenancy.ClientTenantProvider": {
357357
"type": "Transitive",
358-
"resolved": "2.0.4",
359-
"contentHash": "rEqjiKm+z0e/y5KMr8F+5FC4QvfUnPzkzYYXjgNNdsRAFiqPLbezlERjnhi/HQgrNesZvSgQBzAYvFUp3SGsrQ==",
358+
"resolved": "2.0.5",
359+
"contentHash": "SfvwnOvdz5i+GIZ4GJU/Fze5Cg0AzEenIavi5jxSSQcy9olzUc+HfeTf1T7JLBVCMYQryWWYP4ZViEXsyQew6g==",
360360
"dependencies": {
361-
"Corvus.Tenancy.Abstractions": "3.0.0",
362-
"Marain.Tenancy.Client": "2.0.4",
361+
"Corvus.Tenancy.Abstractions": "3.2.0",
362+
"Marain.Tenancy.Client": "2.0.5",
363363
"Microsoft.AspNetCore.WebUtilities": "2.2.0"
364364
}
365365
},
@@ -2617,14 +2617,14 @@
26172617
"marain.operations.abstractions": {
26182618
"type": "Project",
26192619
"dependencies": {
2620-
"Corvus.Tenancy.Abstractions": "3.1.0",
2620+
"Corvus.Tenancy.Abstractions": "3.2.0",
26212621
"Menes.Abstractions": "3.1.3"
26222622
}
26232623
},
26242624
"marain.operations.azure.storage": {
26252625
"type": "Project",
26262626
"dependencies": {
2627-
"Corvus.Storage.Azure.BlobStorage.Tenancy": "3.1.0",
2627+
"Corvus.Storage.Azure.BlobStorage.Tenancy": "3.2.0",
26282628
"Marain.Operations.Abstractions": "1.0.0",
26292629
"Marain.Operations.OpenApi": "1.0.0"
26302630
}
@@ -2635,7 +2635,7 @@
26352635
"Corvus.Identity.MicrosoftRest": "3.0.0",
26362636
"Marain.Operations.Azure.Storage": "1.0.0",
26372637
"Marain.Operations.OpenApi": "1.0.0",
2638-
"Marain.Tenancy.ClientTenantProvider": "2.0.4",
2638+
"Marain.Tenancy.ClientTenantProvider": "2.0.5",
26392639
"Menes.Hosting.AspNetCore": "3.1.3",
26402640
"Newtonsoft.Json": "13.0.1"
26412641
}

Solutions/Marain.Operations.Hosting.AspNetCore/Marain.Operations.Hosting.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Marain.Tenancy.ClientTenantProvider" Version="2.0.4" />
23+
<PackageReference Include="Marain.Tenancy.ClientTenantProvider" Version="2.0.5" />
2424
<PackageReference Include="Menes.Hosting.AspNetCore" Version="3.1.3" />
2525
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2626
</ItemGroup>

Solutions/Marain.Operations.Specs/Marain.Operations.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Corvus.Configuration.TestEnvironment" Version="1.2.5" />
26-
<PackageReference Include="Corvus.Testing.AzureFunctions.SpecFlow" Version="1.4.9" />
26+
<PackageReference Include="Corvus.Testing.AzureFunctions.SpecFlow" Version="1.4.10" />
2727
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.0">
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
3131
<PackageReference Include="Marain.Services.Tenancy.Testing" Version="2.3.3" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration" Version="[6.0.*,)" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="[6.0.*,)" />
34-
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.4.9" />
34+
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.4.10" />
3535
</ItemGroup>
3636
<ItemGroup>
3737
<ProjectReference Include="..\Marain.Operations.Abstractions\Marain.Operations.Abstractions.csproj" />

0 commit comments

Comments
 (0)