From f9a9779229472525e9b47595484f41245b368002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:54:36 +0000 Subject: [PATCH] Bump the nuget group with 1 update Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] --- .../InstallerClean.Tests.csproj | 2 +- src/InstallerClean.Tests/packages.lock.json | 26 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/InstallerClean.Tests/InstallerClean.Tests.csproj b/src/InstallerClean.Tests/InstallerClean.Tests.csproj index 497d3174..91c1d8ed 100644 --- a/src/InstallerClean.Tests/InstallerClean.Tests.csproj +++ b/src/InstallerClean.Tests/InstallerClean.Tests.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/InstallerClean.Tests/packages.lock.json b/src/InstallerClean.Tests/packages.lock.json index 1dff0090..7006bc88 100644 --- a/src/InstallerClean.Tests/packages.lock.json +++ b/src/InstallerClean.Tests/packages.lock.json @@ -16,12 +16,12 @@ }, "Microsoft.NET.Test.Sdk": { "type": "Direct", - "requested": "[18.6.0, )", - "resolved": "18.6.0", - "contentHash": "kAIBt0MsYR0o2RULmlW5BhQ1ha50aGEgLKG4f1p0kePBGLJCprqs3S+NxRrYN8UH7mSQRPKpeiH9mwPMEKUObQ==", + "requested": "[18.7.0, )", + "resolved": "18.7.0", + "contentHash": "49xH9j4UzCh2hMohJp53g3wUTvyycECw7CtVht4gfCz5ykudB1uBcF6D0TtgJPjCtP76UPW53bQElKdCeX+dUg==", "dependencies": { - "Microsoft.CodeCoverage": "18.6.0", - "Microsoft.TestPlatform.TestHost": "18.6.0" + "Microsoft.CodeCoverage": "18.7.0", + "Microsoft.TestPlatform.TestHost": "18.7.0" } }, "NSubstitute": { @@ -74,8 +74,8 @@ }, "Microsoft.CodeCoverage": { "type": "Transitive", - "resolved": "18.6.0", - "contentHash": "bkmCXn/65Cd0LdO2zTb/ValGAJ1H8y/CgYOiBb3jsDyHI3Y1ljKx6RBvhvn3e5D/4R4I00RRwLf+Bd2Sn6bJjA==" + "resolved": "18.7.0", + "contentHash": "+wFfx9s7D9wegM0RziXMj2kvYDT4qcqXXtyjiQwSZOGQ2wwcOAJQcD6eQXk02jt0MvRNawtp8TJxTrV+wD8X1g==" }, "Microsoft.Extensions.DependencyInjection": { "type": "Transitive", @@ -92,15 +92,15 @@ }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", - "resolved": "18.6.0", - "contentHash": "gQTW4BIfM2ZLxixo9ITXoulLKjn20FiiHtqTsx9PENqTrX7368ZeJ5L0QZJyReXDWORPRV8jXwZR6Aar8JOyaA==" + "resolved": "18.7.0", + "contentHash": "6rmgU4q3/WOpOPcncI0YW0Q/QpcQtwR2TTEXDR5+4TfSimPBAk6Z/BgKLeGgp1SOun0ROVUCCafXhRLwsHaPpA==" }, "Microsoft.TestPlatform.TestHost": { "type": "Transitive", - "resolved": "18.6.0", - "contentHash": "em1eLz5Q46+hsCtAXdXggWAPd9gQyT4ngdsQ7k1eWvQgpsjtS/wAOJ/5TteieFdiAvrEq1iVn00LtusAxRaVmQ==", + "resolved": "18.7.0", + "contentHash": "kYwfmebCs8992zaxEDkvG7S+YEouTeKfYVKUFEkwh1W2dIoOaevBt80XSKVXCUFEhusjOIm1sFfHBnoJgygrRA==", "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "18.6.0", + "Microsoft.TestPlatform.ObjectModel": "18.7.0", "Newtonsoft.Json": "13.0.3" } }, @@ -197,7 +197,7 @@ "type": "Project", "dependencies": { "CommunityToolkit.Mvvm": "[8.4.2, )", - "InstallerClean.Core": "[1.9.0, )", + "InstallerClean.Core": "[1.9.2, )", "Microsoft.Extensions.DependencyInjection": "[10.0.7, )" } },