Merge pull request #13711 from dotnet/marcpopMSFT-cg601xx

Add a direct reference to a newer version of this package
This commit is contained in:
Marc Paine 2022-05-03 12:30:30 -07:00 committed by GitHub
commit b058710c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,7 @@
<PackageReference Include="FluentAssertions" Version="4.18.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsPackageVersion)" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
</ItemGroup>
</Project>