Skip to content

Commit a5a2db5

Browse files
Merge pull request #18 from Couchbase-Ecosystem/dependabot/nuget/test/VectorData.ConformanceTests/System.Linq.Async-6.0.3
Bump System.Linq.Async from 6.0.1 to 6.0.3
2 parents 83c48ee + db2cdc1 commit a5a2db5

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

test/VectorData.ConformanceTests/VectorData.ConformanceTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>
28+
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
2829
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
29-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
3030
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
3131
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
3232
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.10" />

test/VectorData.ConformanceTests/packages.lock.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@
4848
},
4949
"System.Linq.Async": {
5050
"type": "Direct",
51-
"requested": "[6.0.1, )",
52-
"resolved": "6.0.1",
53-
"contentHash": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==",
54-
"dependencies": {
55-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
56-
}
51+
"requested": "[6.0.3, )",
52+
"resolved": "6.0.3",
53+
"contentHash": "hSHiq2m1ky7zUQgTp+/2h1K3lABIQ+GltRixoclHPg/Sc1vnfeS6g/Uy5moOVZKrZJdQiFPFZd6OobBp3tZcFg=="
5754
},
5855
"xunit": {
5956
"type": "Direct",
@@ -81,11 +78,6 @@
8178
"resolved": "3.0.0",
8279
"contentHash": "HggUqjQJe8PtDxcP25Q+CnR6Lz4oX3GElhD9V4oU2+75x9HI6A6sxbfKGS4UwU4t4yJaS9fBmAuriz8bQApNjw=="
8380
},
84-
"Microsoft.Bcl.AsyncInterfaces": {
85-
"type": "Transitive",
86-
"resolved": "6.0.0",
87-
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
88-
},
8981
"Microsoft.CodeCoverage": {
9082
"type": "Transitive",
9183
"resolved": "18.0.0",

0 commit comments

Comments
 (0)