Skip to content

Commit 2628a37

Browse files
authored
Use newer NuGet.Protocol version
- v4.8.2 ➡️ v5.8.1
1 parent 9b475bd commit 2628a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/BaselineGenerator/BaselineGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
11-
<PackageReference Include="NuGet.Protocol" Version="4.8.2" />
11+
<PackageReference Include="NuGet.Protocol" Version="5.8.1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)