From 5ac1c76c72477e3e4c64bb9ac5b74c56a725fca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:18:58 +0000 Subject: [PATCH] build(deps): bump NuGet.Configuration and NuGet.Frameworks Bumps [NuGet.Configuration](https://github.com/NuGet/NuGet.Client) and [NuGet.Frameworks](https://github.com/NuGet/NuGet.Client). These dependencies needed to be updated together. Updates `NuGet.Configuration` from 6.10.1 to 6.11.0 - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) Updates `NuGet.Frameworks` from 6.10.1 to 6.11.0 - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) --- updated-dependencies: - dependency-name: NuGet.Configuration dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NuGet.Frameworks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index dd7c9246a..075c169c7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -32,8 +32,8 @@ <PackageVersion Include="Mono.Posix.NETStandard" Version="1.0.0" Condition="'$(TargetFramework)' == 'net6.0'"/> <PackageVersion Include="Moq" Version="4.20.70" /> <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> - <PackageVersion Include="NuGet.Configuration" Version="6.10.1" /> - <PackageVersion Include="NuGet.Frameworks" Version="6.10.1" /> + <PackageVersion Include="NuGet.Configuration" Version="6.11.0" /> + <PackageVersion Include="NuGet.Frameworks" Version="6.11.0" /> <PackageVersion Include="packageurl-dotnet" Version="1.1.0" /> <PackageVersion Include="PowerArgs" Version="3.6.0" /> <PackageVersion Include="Scrutor" Version="4.2.2" />