From 5d1517379b3a68085333f2c576d064ec83d18e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:47:07 +0000 Subject: [PATCH] Bump Microsoft.AspNet.WebApi.Client from 5.2.9 to 6.0.0 in /src Bumps [Microsoft.AspNet.WebApi.Client](https://github.com/aspnet/AspNetWebStack) from 5.2.9 to 6.0.0. - [Release notes](https://github.com/aspnet/AspNetWebStack/releases) - [Commits](https://github.com/aspnet/AspNetWebStack/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNet.WebApi.Client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- src/NVika/NVika.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NVika/NVika.csproj b/src/NVika/NVika.csproj index 2da0618..0408ec2 100644 --- a/src/NVika/NVika.csproj +++ b/src/NVika/NVika.csproj @@ -59,7 +59,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="ManyConsole" Version="2.0.1" /> - <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> + <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" /> <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>