From 5734c6a17db2c411b60405ef226c4228d3c5c098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:20:58 +0000 Subject: [PATCH] Package Dependencies: Bump the microsoft group across 1 directory with 6 updates Bumps the microsoft group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.1` | `8.0.8` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.2` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.11.0` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.1` | `8.0.8` | Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2) Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.11.0) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.1 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.8) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj | 6 +++--- QueryKit.UnitTests/QueryKit.UnitTests.csproj | 2 +- .../QueryKit.WebApiTestProject.csproj | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj b/QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj index a27aac3..caa77c3 100644 --- a/QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj +++ b/QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj @@ -14,12 +14,12 @@ - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/QueryKit.UnitTests/QueryKit.UnitTests.csproj b/QueryKit.UnitTests/QueryKit.UnitTests.csproj index 3fe6c89..53cbf6b 100644 --- a/QueryKit.UnitTests/QueryKit.UnitTests.csproj +++ b/QueryKit.UnitTests/QueryKit.UnitTests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/QueryKit.WebApiTestProject/QueryKit.WebApiTestProject.csproj b/QueryKit.WebApiTestProject/QueryKit.WebApiTestProject.csproj index fdeb7bd..e054246 100644 --- a/QueryKit.WebApiTestProject/QueryKit.WebApiTestProject.csproj +++ b/QueryKit.WebApiTestProject/QueryKit.WebApiTestProject.csproj @@ -10,10 +10,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive