Skip to content

Commit

Permalink
update Versions of the packages (#44988)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhra231 authored Jul 13, 2024
1 parent 909fcad commit 6c0e71b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -369,14 +369,14 @@
<ItemGroup Condition="'$(IsWcfLibrary)' == 'true'">
<PackageReference Update="CoreWCF.Primitives" Version="[1.5.2,2.0)" />
<PackageReference Update="CoreWCF.Queue" Version="[1.5.2,2.0)" />
<PackageReference Update="System.IO.Pipelines" Version="6.0.3" />
<PackageReference Update="Microsoft.AspNetCore" Version="2.1.0" />
<PackageReference Update="System.IO.Pipelines" Version="8.0.0" />
<PackageReference Update="Microsoft.AspNetCore" Version="2.1.7" />
<PackageReference Update="System.ServiceModel.Primitives" Version="6.2.0" />
<PackageReference Update="Azure.Storage.Files.Shares" Version="12.17.1" />
<PackageReference Update="Azure.Storage.Queues" Version="12.17.1" />
<PackageReference Update="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Update="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Logging.Configuration" Version="2.1.1" />
<PackageReference Update="Azure.Storage.Files.Shares" Version="12.18.0" />
<PackageReference Update="Azure.Storage.Queues" Version="12.18.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Update="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Update="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
</ItemGroup>
<ItemGroup Condition="('$(IsWcfLibrary)' == 'true') AND ($(TargetFramework.StartsWith('net4')))">
<PackageReference Update="Microsoft.Extensions.Configuration.UserSecrets" Version="2.1.1" />
Expand Down

0 comments on commit 6c0e71b

Please sign in to comment.