Skip to content

Commit 20ddb0e

Browse files
authored
VCST-1125: Bump Azure.Core and Azure.Messaging.EventGrid (#2794)
feat: Bump Azure.Core to 1.37.0 and Azure.Messaging.EventGrid to 4.22 to fit MS modules dependencies that use Azure.Core to 1.37.0
1 parent edb9be4 commit 20ddb0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Azure.Core" Version="1.36.0" />
19-
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.21.0" />
18+
<PackageReference Include="Azure.Core" Version="1.37.0" />
19+
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.22.0" />
2020
<PackageReference Include="FluentValidation" Version="11.8.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" />
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />

0 commit comments

Comments
 (0)