Skip to content

Commit

Permalink
build(deps): bump the microsoft group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the microsoft group with 2 updates in the / directory: [Microsoft.Extensions.Identity.Stores](https://github.com/dotnet/aspnetcore) and [Microsoft.Build.NoTargets](https://github.com/Microsoft/MSBuildSdks).


Updates `Microsoft.Extensions.Identity.Stores` from 8.0.11 to 9.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.11...v9.0.0)

Updates `Microsoft.Build.NoTargets` from 3.7.0 to 3.7.56
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.7.0...Microsoft.Build.NoTargets.3.7.56)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: microsoft
- dependency-name: Microsoft.Build.NoTargets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2d6fad2 commit 18f91d4
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="8.0.11"/>
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0"/>
Expand Down
46 changes: 23 additions & 23 deletions source/Gnomeshade.Data.PostgreSQL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
"resolved": "2024.3.0",
"contentHash": "ox5pkeLQXjvJdyAB4b2sBYAlqZGLh3PjSnP1bQNVx72ONuTJ9+34/+Rq91Fc0dG29XG9RgZur9+NcP4riihTug=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Npgsql.DependencyInjection": {
"type": "Direct",
"requested": "[9.0.1, )",
Expand Down Expand Up @@ -88,15 +82,15 @@
},
"Microsoft.AspNetCore.Cryptography.Internal": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "8OW1VlxT6m9pitB7fR/YfNbuQ0BxBJhnXde+qlr4NXEoODhE2hRxHm8rgUgxLNywftXJK/OfOJw5w5nLCXXC1w=="
"resolved": "9.0.0",
"contentHash": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg=="
},
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "w7zU4Bh6AEHsu5spE4OIoZ/z68mMvZITUl0wUAU7tS4vwc+szzht2wKitH1KwODrjHfHk0MAkyw3l6SIR62zBg==",
"resolved": "9.0.0",
"contentHash": "9X4cx2IHNpYb9ka984BjDpJnKkindW17Z2kR/RI5pbTcbVUVMJjiAKnBhAqH24KtAEf1AU64LD60byzCn0/n8w==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "8.0.11"
"Microsoft.AspNetCore.Cryptography.Internal": "9.0.0"
}
},
"Microsoft.CSharp": {
Expand Down Expand Up @@ -174,12 +168,13 @@
},
"Microsoft.Extensions.Identity.Core": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "5ROvy0GKI34h7yzx50WvWgIrBUtMpAN+nppCtBDJ5kiqn+yRd6qZ9hfLFNAd+7GQ/Et3p5VSHX5Y6p9u6W7v3Q==",
"resolved": "9.0.0",
"contentHash": "+cQjUs8PIheIMALzrf/e4gW6A/yOK8XYBxeEmAfLvVIaV9lsBGvVT0zjEZ1KPQDJ9nUeQ9uAw077J7LPUwv8wA==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1",
"Microsoft.Extensions.Options": "8.0.2"
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0",
"Microsoft.Extensions.Options": "9.0.0",
"System.ComponentModel.Annotations": "5.0.0"
}
},
"Microsoft.Extensions.Logging": {
Expand Down Expand Up @@ -362,6 +357,11 @@
"System.Threading.Tasks": "4.3.0"
}
},
"System.ComponentModel.Annotations": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
},
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -801,7 +801,7 @@
"dependencies": {
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[9.0.0, )",
"NodaTime": "[3.2.0, )",
"dbup-core": "[5.0.87, )"
}
Expand Down Expand Up @@ -842,13 +842,13 @@
},
"Microsoft.Extensions.Identity.Stores": {
"type": "CentralTransitive",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "UX94QZGOIFKORcwoOEvJPypHWakRpu8cMcs2keVIaQdnY9F7MuEALeRVxckY6C2vwTYeslWUEm/8aDlof+crMw==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "XG3opf0KgWoYAUdLRhrIvI46W+/E45Ov8rzgwr0omrq5u06MCrsuMm0nPmd+pIWjMXRxbBk1uL47zGyW1lI5Hw==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "8.0.0",
"Microsoft.Extensions.Identity.Core": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1"
"Microsoft.Extensions.Caching.Abstractions": "9.0.0",
"Microsoft.Extensions.Identity.Core": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0"
}
},
"Microsoft.Extensions.Options": {
Expand Down
84 changes: 39 additions & 45 deletions source/Gnomeshade.Data/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,15 @@
},
"Microsoft.Extensions.Identity.Stores": {
"type": "Direct",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "UX94QZGOIFKORcwoOEvJPypHWakRpu8cMcs2keVIaQdnY9F7MuEALeRVxckY6C2vwTYeslWUEm/8aDlof+crMw==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "XG3opf0KgWoYAUdLRhrIvI46W+/E45Ov8rzgwr0omrq5u06MCrsuMm0nPmd+pIWjMXRxbBk1uL47zGyW1lI5Hw==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "8.0.0",
"Microsoft.Extensions.Identity.Core": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1"
"Microsoft.Extensions.Caching.Abstractions": "9.0.0",
"Microsoft.Extensions.Identity.Core": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"NodaTime": {
"type": "Direct",
"requested": "[3.2.0, )",
Expand All @@ -82,15 +76,15 @@
},
"Microsoft.AspNetCore.Cryptography.Internal": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "8OW1VlxT6m9pitB7fR/YfNbuQ0BxBJhnXde+qlr4NXEoODhE2hRxHm8rgUgxLNywftXJK/OfOJw5w5nLCXXC1w=="
"resolved": "9.0.0",
"contentHash": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg=="
},
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "w7zU4Bh6AEHsu5spE4OIoZ/z68mMvZITUl0wUAU7tS4vwc+szzht2wKitH1KwODrjHfHk0MAkyw3l6SIR62zBg==",
"resolved": "9.0.0",
"contentHash": "9X4cx2IHNpYb9ka984BjDpJnKkindW17Z2kR/RI5pbTcbVUVMJjiAKnBhAqH24KtAEf1AU64LD60byzCn0/n8w==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "8.0.11"
"Microsoft.AspNetCore.Cryptography.Internal": "9.0.0"
}
},
"Microsoft.CSharp": {
Expand Down Expand Up @@ -130,10 +124,10 @@
},
"Microsoft.Extensions.Caching.Abstractions": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
"resolved": "9.0.0",
"contentHash": "FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==",
"dependencies": {
"Microsoft.Extensions.Primitives": "8.0.0"
"Microsoft.Extensions.Primitives": "9.0.0"
}
},
"Microsoft.Extensions.Caching.Memory": {
Expand All @@ -158,38 +152,40 @@
},
"Microsoft.Extensions.DependencyInjection": {
"type": "Transitive",
"resolved": "8.0.1",
"contentHash": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==",
"resolved": "9.0.0",
"contentHash": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
}
},
"Microsoft.Extensions.Identity.Core": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "5ROvy0GKI34h7yzx50WvWgIrBUtMpAN+nppCtBDJ5kiqn+yRd6qZ9hfLFNAd+7GQ/Et3p5VSHX5Y6p9u6W7v3Q==",
"resolved": "9.0.0",
"contentHash": "+cQjUs8PIheIMALzrf/e4gW6A/yOK8XYBxeEmAfLvVIaV9lsBGvVT0zjEZ1KPQDJ9nUeQ9uAw077J7LPUwv8wA==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1",
"Microsoft.Extensions.Options": "8.0.2"
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0",
"Microsoft.Extensions.Options": "9.0.0",
"System.ComponentModel.Annotations": "5.0.0"
}
},
"Microsoft.Extensions.Logging": {
"type": "Transitive",
"resolved": "8.0.1",
"contentHash": "4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==",
"resolved": "9.0.0",
"contentHash": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "8.0.1",
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
"Microsoft.Extensions.Options": "8.0.2"
"Microsoft.Extensions.DependencyInjection": "9.0.0",
"Microsoft.Extensions.Logging.Abstractions": "9.0.0",
"Microsoft.Extensions.Options": "9.0.0"
}
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Transitive",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"resolved": "9.0.0",
"contentHash": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
"System.Diagnostics.DiagnosticSource": "9.0.0"
}
},
"Microsoft.Extensions.Primitives": {
Expand Down Expand Up @@ -337,6 +333,11 @@
"System.Threading.Tasks": "4.3.0"
}
},
"System.ComponentModel.Annotations": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
},
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
Expand All @@ -349,15 +350,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
"resolved": "9.0.0",
"contentHash": "ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw=="
},
"System.Diagnostics.TraceSource": {
"type": "Transitive",
Expand Down
46 changes: 23 additions & 23 deletions tests/Gnomeshade.Data.Tests.Integration/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
"Microsoft.Extensions.FileProviders.Physical": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -210,15 +204,15 @@
},
"Microsoft.AspNetCore.Cryptography.Internal": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "8OW1VlxT6m9pitB7fR/YfNbuQ0BxBJhnXde+qlr4NXEoODhE2hRxHm8rgUgxLNywftXJK/OfOJw5w5nLCXXC1w=="
"resolved": "9.0.0",
"contentHash": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg=="
},
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "w7zU4Bh6AEHsu5spE4OIoZ/z68mMvZITUl0wUAU7tS4vwc+szzht2wKitH1KwODrjHfHk0MAkyw3l6SIR62zBg==",
"resolved": "9.0.0",
"contentHash": "9X4cx2IHNpYb9ka984BjDpJnKkindW17Z2kR/RI5pbTcbVUVMJjiAKnBhAqH24KtAEf1AU64LD60byzCn0/n8w==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "8.0.11"
"Microsoft.AspNetCore.Cryptography.Internal": "9.0.0"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
Expand Down Expand Up @@ -358,12 +352,13 @@
},
"Microsoft.Extensions.Identity.Core": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "5ROvy0GKI34h7yzx50WvWgIrBUtMpAN+nppCtBDJ5kiqn+yRd6qZ9hfLFNAd+7GQ/Et3p5VSHX5Y6p9u6W7v3Q==",
"resolved": "9.0.0",
"contentHash": "+cQjUs8PIheIMALzrf/e4gW6A/yOK8XYBxeEmAfLvVIaV9lsBGvVT0zjEZ1KPQDJ9nUeQ9uAw077J7LPUwv8wA==",
"dependencies": {
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1",
"Microsoft.Extensions.Options": "8.0.2"
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0",
"Microsoft.Extensions.Options": "9.0.0",
"System.ComponentModel.Annotations": "5.0.0"
}
},
"Microsoft.Extensions.Logging": {
Expand Down Expand Up @@ -606,6 +601,11 @@
"System.Threading.Tasks": "4.3.0"
}
},
"System.ComponentModel.Annotations": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
},
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "6.0.0",
Expand Down Expand Up @@ -1157,7 +1157,7 @@
"dependencies": {
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[9.0.0, )",
"NodaTime": "[3.2.0, )",
"dbup-core": "[5.0.87, )"
}
Expand Down Expand Up @@ -1238,13 +1238,13 @@
},
"Microsoft.Extensions.Identity.Stores": {
"type": "CentralTransitive",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "UX94QZGOIFKORcwoOEvJPypHWakRpu8cMcs2keVIaQdnY9F7MuEALeRVxckY6C2vwTYeslWUEm/8aDlof+crMw==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "XG3opf0KgWoYAUdLRhrIvI46W+/E45Ov8rzgwr0omrq5u06MCrsuMm0nPmd+pIWjMXRxbBk1uL47zGyW1lI5Hw==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "8.0.0",
"Microsoft.Extensions.Identity.Core": "8.0.11",
"Microsoft.Extensions.Logging": "8.0.1"
"Microsoft.Extensions.Caching.Abstractions": "9.0.0",
"Microsoft.Extensions.Identity.Core": "9.0.0",
"Microsoft.Extensions.Logging": "9.0.0"
}
},
"Microsoft.Extensions.Options": {
Expand Down
9 changes: 1 addition & 8 deletions tests/Gnomeshade.WebApi.Tests.Integration/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"version": 2,
"dependencies": {
"net8.0": {
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
}
}
"net8.0": {}
}
}

0 comments on commit 18f91d4

Please sign in to comment.