Skip to content

Commit dbc134a

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action-4.35.3
2 parents 5d8b33a + f616e77 commit dbc134a

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

JsonApiToolkit.Tests/JsonApiToolkit.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="coverlet.collector" Version="10.0.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.6" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.6" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.7" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.7" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1515
<PackageReference Include="moq" Version="4.20.72" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<ItemGroup>
2626
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
2727
<PackageReference Include="Intility.Logging.AspNetCore" Version="3.1.4"/>
28-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.6"/>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.6"/>
28+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.7"/>
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.7"/>
3030
</ItemGroup>
3131
<ItemGroup>
3232
<None Include="README.md" Pack="true" PackagePath="\"/>

JsonApiToolkit/packages.lock.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
},
1919
"Microsoft.EntityFrameworkCore": {
2020
"type": "Direct",
21-
"requested": "[10.0.6, )",
22-
"resolved": "10.0.6",
23-
"contentHash": "eDy7bu3G+51FRC0cPtXTqUI9iAdDYl/XBQ5UguN8NFOA7QNmFvUEf36wA7PZ4ctsnxRN4t3dIvs2VKVE5H+EQQ==",
21+
"requested": "[10.0.7, )",
22+
"resolved": "10.0.7",
23+
"contentHash": "G6yclVO5/csPzzsymV0SemY2NDqE31CP5M3jprF5IuO9wJsh4aUOfYD8HCLuDmM1D1CfReegVic48O2r79d46Q==",
2424
"dependencies": {
25-
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.6",
26-
"Microsoft.EntityFrameworkCore.Analyzers": "10.0.6"
25+
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.7",
26+
"Microsoft.EntityFrameworkCore.Analyzers": "10.0.7"
2727
}
2828
},
2929
"Microsoft.EntityFrameworkCore.Relational": {
3030
"type": "Direct",
31-
"requested": "[10.0.6, )",
32-
"resolved": "10.0.6",
33-
"contentHash": "t+pXPUjiAemBTstY57yUAoywOO6znVD3lwy7UERJpji0wmS70XHg0h8EcpX6+7KT6ZVCIndr1pW0GdOobZ4yCg==",
31+
"requested": "[10.0.7, )",
32+
"resolved": "10.0.7",
33+
"contentHash": "midwPufIwXhOJcVhaZpCZGNbjy2QoPfHI+70nw2dGcoULEW9DybMvMPYkRjOJV0eI46a1oVFhU4lFYDEx6YUbg==",
3434
"dependencies": {
35-
"Microsoft.EntityFrameworkCore": "10.0.6"
35+
"Microsoft.EntityFrameworkCore": "10.0.7"
3636
}
3737
},
3838
"Azure.Core": {
@@ -103,13 +103,13 @@
103103
},
104104
"Microsoft.EntityFrameworkCore.Abstractions": {
105105
"type": "Transitive",
106-
"resolved": "10.0.6",
107-
"contentHash": "4F+e6uxhVmyduu+Ve1INxek94adt4RAddWqykXNDnOOWQrJJ20izw/9qRpZdkLnIW9oj/3qnLWUtsv37U0xJCw=="
106+
"resolved": "10.0.7",
107+
"contentHash": "TuxExnfIS/bSq3z2CbH0LwZH1oyj9iHhSGneU4fpxl3ikjZGZdSae9gcfnImV1rufH8f/ab1NnHwyL2BLyeZOg=="
108108
},
109109
"Microsoft.EntityFrameworkCore.Analyzers": {
110110
"type": "Transitive",
111-
"resolved": "10.0.6",
112-
"contentHash": "PIcmALdKzeSJNWmxsLDsS8XKFqiH5+9GzIM+qd3w1efYIwmO0w5304i37/SkfynctHZwkiiQjb2mkoIXU1CGZg=="
111+
"resolved": "10.0.7",
112+
"contentHash": "eZnMyiJzo249Ejg5CaFScvJS0u7neQfS9DXknAHTO6FHVMM99gO0byNXHGZmA/BOkZ13ngeVziQLHTMOtgescg=="
113113
},
114114
"Microsoft.Extensions.DependencyModel": {
115115
"type": "Transitive",

0 commit comments

Comments
 (0)