Skip to content

Commit f616e77

Browse files
build(nuget): Bump the microsoft group with 5 updates (#124)
Updated [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/dotnet) from 10.0.6 to 10.0.7. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Mvc.Testing's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.EntityFrameworkCore](https://github.com/dotnet/dotnet) from 10.0.6 to 10.0.7. <details> <summary>Release notes</summary> _Sourced from [Microsoft.EntityFrameworkCore's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/dotnet) from 10.0.6 to 10.0.7. <details> <summary>Release notes</summary> _Sourced from [Microsoft.EntityFrameworkCore.InMemory's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/dotnet) from 10.0.6 to 10.0.7. <details> <summary>Release notes</summary> _Sourced from [Microsoft.EntityFrameworkCore.Relational's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.4.0 to 18.5.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.5.1 ## What's Changed * Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by @​nohwnd in microsoft/vstest#15720 * Port verify-binding-redirects.ps1 to rel/18.5 by @​nohwnd in microsoft/vstest#15719 * Bump to 18.5.1 by @​nohwnd in microsoft/vstest#15721 **Full Changelog**: microsoft/vstest@v18.5.0...v18.5.1 ## 18.5.0 ⚠️ Unlisted on Nuget, because of #​15718 ## What's Changed * Add runtime configs by @​nohwnd in microsoft/vstest#15377 * Add net8.0 target for TranslationLayer by @​nohwnd in microsoft/vstest#15375 * Determine architecture of remote process on windows by @​nohwnd in microsoft/vstest#15396 * Updating System.Collections.Immutable package reference to version 9.0.0 by @​MSLukeWest in microsoft/vstest#15392 * Dump via netcore tool on windows by @​nohwnd in microsoft/vstest#15397 * Fix answer file splitting by @​nohwnd in microsoft/vstest#15381 * Run tests against vsix runner by @​nohwnd in microsoft/vstest#15419 **Full Changelog**: microsoft/vstest@v18.4.0...v18.5.0 Commits viewable in [compare view](microsoft/vstest@v18.4.0...v18.5.1). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c8f97e commit f616e77

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)