Skip to content

Commit c3d1dbe

Browse files
committed
ensure Microsoft.Dependency.Injection is include
1 parent 95ee22f commit c3d1dbe

4 files changed

Lines changed: 31 additions & 0 deletions

File tree

src/Speckle.Automate.Sdk/packages.lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
"GraphQL.Client": "[6.0.0, )",
283283
"Microsoft.CSharp": "[4.7.0, )",
284284
"Microsoft.Data.Sqlite": "[7.0.5, )",
285+
"Microsoft.Extensions.DependencyInjection": "[2.2.0, )",
285286
"Microsoft.Extensions.Logging": "[2.2.0, )",
286287
"Microsoft.Extensions.ObjectPool": "[6.0.0, )",
287288
"Speckle.DoubleNumerics": "[4.1.0, )",
@@ -332,6 +333,15 @@
332333
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.4"
333334
}
334335
},
336+
"Microsoft.Extensions.DependencyInjection": {
337+
"type": "CentralTransitive",
338+
"requested": "[10.0.6, )",
339+
"resolved": "2.2.0",
340+
"contentHash": "MZtBIwfDFork5vfjpJdG5g8wuJFt7d/y3LOSVVtDK/76wlbtz6cjltfKHqLx2TKVqTj5/c41t77m1+h20zqtPA==",
341+
"dependencies": {
342+
"Microsoft.Extensions.DependencyInjection.Abstractions": "2.2.0"
343+
}
344+
},
335345
"Microsoft.Extensions.Logging": {
336346
"type": "CentralTransitive",
337347
"requested": "[10.0.6, )",

src/Speckle.Objects/packages.lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
"GraphQL.Client": "[6.0.0, )",
228228
"Microsoft.CSharp": "[4.7.0, )",
229229
"Microsoft.Data.Sqlite": "[7.0.5, )",
230+
"Microsoft.Extensions.DependencyInjection": "[2.2.0, )",
230231
"Microsoft.Extensions.Logging": "[2.2.0, )",
231232
"Microsoft.Extensions.ObjectPool": "[6.0.0, )",
232233
"Speckle.DoubleNumerics": "[4.1.0, )",
@@ -277,6 +278,15 @@
277278
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.4"
278279
}
279280
},
281+
"Microsoft.Extensions.DependencyInjection": {
282+
"type": "CentralTransitive",
283+
"requested": "[10.0.6, )",
284+
"resolved": "2.2.0",
285+
"contentHash": "MZtBIwfDFork5vfjpJdG5g8wuJFt7d/y3LOSVVtDK/76wlbtz6cjltfKHqLx2TKVqTj5/c41t77m1+h20zqtPA==",
286+
"dependencies": {
287+
"Microsoft.Extensions.DependencyInjection.Abstractions": "2.2.0"
288+
}
289+
},
280290
"Microsoft.Extensions.Logging": {
281291
"type": "CentralTransitive",
282292
"requested": "[10.0.6, )",

src/Speckle.Sdk/Speckle.Sdk.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<PackageReference Include="Microsoft.CSharp" />
4949
<!--To match Revit .NET 4.8-->
5050
<PackageReference Include="Microsoft.Extensions.Logging" VersionOverride="2.2.0" />
51+
<!--To match Revit .NET 4.8-->
52+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" VersionOverride="2.2.0" />
5153
<!--No specific reason for 6.x, no known conficts-->
5254
<PackageReference Include="Microsoft.Extensions.ObjectPool" VersionOverride="6.0.0" />
5355
<!--Pinned exactly to match v2-->

src/Speckle.Sdk/packages.lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.4"
3030
}
3131
},
32+
"Microsoft.Extensions.DependencyInjection": {
33+
"type": "Direct",
34+
"requested": "[2.2.0, )",
35+
"resolved": "2.2.0",
36+
"contentHash": "MZtBIwfDFork5vfjpJdG5g8wuJFt7d/y3LOSVVtDK/76wlbtz6cjltfKHqLx2TKVqTj5/c41t77m1+h20zqtPA==",
37+
"dependencies": {
38+
"Microsoft.Extensions.DependencyInjection.Abstractions": "2.2.0"
39+
}
40+
},
3241
"Microsoft.Extensions.Logging": {
3342
"type": "Direct",
3443
"requested": "[2.2.0, )",

0 commit comments

Comments
 (0)