Browse Source

update Nuget.Protocol version (#54139)

Dan Moseley 2 years ago
parent
commit
983caa6afb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eng/tools/BaselineGenerator/BaselineGenerator.csproj

+ 1 - 1
eng/tools/BaselineGenerator/BaselineGenerator.csproj

@@ -8,7 +8,7 @@
 
   <ItemGroup>
     <Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
-    <PackageReference Include="NuGet.Protocol" Version="5.9.3" />
+    <PackageReference Include="NuGet.Protocol" Version="6.9.1" />
   </ItemGroup>
 
 </Project>