Skip to content

Commit 89f17ba

Browse files
committed
chore(portal): pin HotChocolate to 13.1.0 and bump Microsoft.Identity.Web to 3.3.1
1 parent 37d6795 commit 89f17ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

management-portal/src/Portal/Portal.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
14-
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
15-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.3.0" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.1" />
15+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.3.1" />
1616
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
1717
<PackageReference Include="Azure.ResourceManager" Version="1.12.0" />
1818
<PackageReference Include="Azure.Identity" Version="1.12.0" />
@@ -24,7 +24,7 @@
2424
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
2525
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
2626
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0" />
27-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.0.6" />
28-
<PackageReference Include="HotChocolate.Data" Version="13.0.6" />
27+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.1.0" />
28+
<PackageReference Include="HotChocolate.Data" Version="13.1.0" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)