Skip to content

Commit 5021f14

Browse files
build(deps): Bump NuGet.Protocol from 6.5.0 to 6.6.1 (#727)
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.5.0 to 6.6.1. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) --- updated-dependencies: - dependency-name: NuGet.Protocol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec1e6e0 commit 5021f14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

winforms/demo/ReactiveDemo/ReactiveUIDemo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="nuget.client" Version="4.2.0" />
12-
<PackageReference Include="nuget.protocol" Version="6.5.0" />
12+
<PackageReference Include="nuget.protocol" Version="6.6.1" />
1313
<PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
1414
</ItemGroup>
1515
</Project>

wpf/getting-started/ReactiveDemo/ReactiveDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="NuGet.Protocol" Version="6.5.1" />
11+
<PackageReference Include="NuGet.Protocol" Version="6.6.1" />
1212
<PackageReference Include="ReactiveUI.WPF" Version="18.*" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)