From 1da0fdc072b3274764904c1523bc45897c599498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:13:23 +0000 Subject: [PATCH] Bump the common-updates group across 1 directory with 6 updates Bumps the common-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.4` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.1` | `8.0.12` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.12.0` | | [xunit](https://github.com/xunit/xunit) | `2.6.6` | `2.9.3` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `3.0.1` | | [Microsoft.AspNetCore.SpaServices.Extensions](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.12` | Updates `coverlet.collector` from 6.0.0 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.4) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.1 to 8.0.12 - [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.12) Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.12.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.12.0) Updates `xunit` from 2.6.6 to 2.9.3 - [Commits](https://github.com/xunit/xunit/compare/v2-2.6.6...v2-2.9.3) Updates `xunit.runner.visualstudio` from 2.5.6 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...3.0.1) Updates `Microsoft.AspNetCore.SpaServices.Extensions` from 8.0.0 to 8.0.12 - [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.0...v8.0.12) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-updates - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-updates - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-updates - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-updates - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: common-updates - dependency-name: Microsoft.AspNetCore.SpaServices.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-updates ... Signed-off-by: dependabot[bot] --- .../ProxyDevelopmentServer.Tests.csproj | 10 +++++----- ProxyDevelopmentServer/ProxyDevelopmentServer.csproj | 2 +- ProxyDevelopmentServer/packages.lock.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ProxyDevelopmentServer.Tests/ProxyDevelopmentServer.Tests.csproj b/ProxyDevelopmentServer.Tests/ProxyDevelopmentServer.Tests.csproj index 92a2d22..05c8f9f 100644 --- a/ProxyDevelopmentServer.Tests/ProxyDevelopmentServer.Tests.csproj +++ b/ProxyDevelopmentServer.Tests/ProxyDevelopmentServer.Tests.csproj @@ -9,14 +9,14 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/ProxyDevelopmentServer/ProxyDevelopmentServer.csproj b/ProxyDevelopmentServer/ProxyDevelopmentServer.csproj index a8733dd..d07dc90 100644 --- a/ProxyDevelopmentServer/ProxyDevelopmentServer.csproj +++ b/ProxyDevelopmentServer/ProxyDevelopmentServer.csproj @@ -17,6 +17,6 @@ - + diff --git a/ProxyDevelopmentServer/packages.lock.json b/ProxyDevelopmentServer/packages.lock.json index fdb33c3..8590f36 100644 --- a/ProxyDevelopmentServer/packages.lock.json +++ b/ProxyDevelopmentServer/packages.lock.json @@ -16,9 +16,9 @@ }, "Microsoft.AspNetCore.SpaServices.Extensions": { "type": "Direct", - "requested": "[8.0.0, )", - "resolved": "8.0.0", - "contentHash": "kWGOh9wI0eT/n98VSVQJnLAaLCCDHkvYjFp6t1LUf+eIaBwHAMFLsjbS6ILqFYu12XxQdSvFMvVVfhW7S4Pu3g==", + "requested": "[8.0.12, )", + "resolved": "8.0.12", + "contentHash": "mDwOP97fG53MdoBh5soS/XNMNmHC6T7InaoneztYJWJKkVjCJ1ow4831bTSj3mg8NdhZi+PJWKfwjq38Ngy3cA==", "dependencies": { "Microsoft.Extensions.FileProviders.Physical": "8.0.0" }