Skip to content

Commit 63eb3bc

Browse files
committed
chore: Fix Microsoft.Identity.Client vulnerability
1 parent a3b0e72 commit 63eb3bc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

reference/ToDo/src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515

1616
<!-- See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages version properties. -->
1717
<PropertyGroup>
18-
<UnoExtensionsVersion>4.1.24</UnoExtensionsVersion>
18+
<UnoExtensionsVersion>4.1.28</UnoExtensionsVersion>
1919
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
2020
<UnoThemesVersion>5.0.13</UnoThemesVersion>
21+
<MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion>
2122
</PropertyGroup>
2223
</Project>

reference/ToDo/src/Directory.Packages.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
55
See https://aka.platform.uno/using-uno-sdk for more information.
66
-->
7-
<ItemGroup>
8-
</ItemGroup>
97
<ItemGroup>
108
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
119
</ItemGroup>

0 commit comments

Comments
 (0)