Skip to content

Commit

Permalink
Update NuGe.Protocol to latest stable 5.6.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
satbai committed Jun 18, 2020
1 parent 3902a1e commit de2b62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CredentialProviderVersion>0.1.23</CredentialProviderVersion>
<CredentialProviderVersion>0.1.24</CredentialProviderVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
<PackageReference Include="NuGet.Protocol" Version="5.3.0" />
<PackageReference Include="NuGet.Protocol" Version="5.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.3" />
<PackageReference Include="NuGet.Protocol" Version="5.3.0" />
<PackageReference Include="NuGet.Protocol" Version="5.6.0" />
<PackageReference Include="PowerArgs" Version="3.6.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit de2b62b

Please sign in to comment.