Skip to content

Commit

Permalink
Bump Azure.Core and Microsoft.NETCore.Platforms
Browse files Browse the repository at this point in the history
Bumps [Azure.Core](https://github.com/Azure/azure-sdk-for-net) and Microsoft.NETCore.Platforms. These dependencies needed to be updated together.

Updates `Azure.Core` from 1.35.0 to 1.37.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Core_1.35.0...Azure.Core_1.37.0)

Updates `Microsoft.NETCore.Platforms` from 1.1.0 to 1.1.1

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETCore.Platforms
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 2e3e285 commit 5c92ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions PXWeb/PXWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Azure.Core, Version=1.35.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL">
<HintPath>..\packages\Azure.Core.1.35.0\lib\net472\Azure.Core.dll</HintPath>
<Reference Include="Azure.Core, Version=1.37.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8">
<HintPath>..\packages\Azure.Core.1.37.0\lib\net472\Azure.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Azure.Identity, Version=1.7.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL">
<HintPath>..\packages\Azure.Identity.1.10.3\lib\netstandard2.0\Azure.Identity.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PXWeb/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Azure.Core" version="1.35.0" targetFramework="net48" />
<package id="Azure.Core" version="1.37.0" targetFramework="net48" />
<package id="Azure.Identity" version="1.10.3" targetFramework="net48" />
<package id="ClosedXML" version="0.95.4" targetFramework="net48" />
<package id="DocumentFormat.OpenXml" version="2.12.2" targetFramework="net48" />
Expand Down

0 comments on commit 5c92ba4

Please sign in to comment.