Skip to content

Commit 3f46854

Browse files
committed
chore: Update 'Microsoft.Identity.Client' package to latest stable, as 4.59.0 version has a known low severity vulnerability
1 parent 4599f4e commit 3f46854

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

reference/ToDo/src/ToDo.Mobile/ToDo.Mobile.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<PackageReference Include="Uno.Extensions.Logging.OSLog" Version="1.7.0" />
8787

8888
<!-- This is disabled because of https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3127 -->
89-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" ExcludeAssets="all" IncludeAssets="none" />
89+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" ExcludeAssets="all" IncludeAssets="none" />
9090
</ItemGroup>
9191
</When>
9292

@@ -105,7 +105,7 @@
105105
<PackageReference Include="Uno.Extensions.Logging.OSLog" Version="1.7.0" />
106106

107107
<!-- This is disabled because of https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3127 -->
108-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" ExcludeAssets="all" IncludeAssets="none" />
108+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" ExcludeAssets="all" IncludeAssets="none" />
109109
</ItemGroup>
110110
</When>
111111

reference/ToDo/src/ToDo.Skia.Gtk/ToDo.Skia.Gtk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
17-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" />
17+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
1818
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.3" />
1919
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.3" />
2020

reference/ToDo/src/ToDo.Skia.WPF/ToDo.Skia.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ which is why this target has been removed from the solution
2323
</ItemGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
26-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" />
26+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
2727
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.3" />
2828
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.3" />
2929

reference/ToDo/src/ToDo.Wasm/ToDo.Wasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<LinkerDescriptor Include="LinkerConfig.xml" />
3939
</ItemGroup>
4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" />
41+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
4242
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
4343
<PackageReference Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.4.0" />
4444

reference/ToDo/src/ToDo.Windows/ToDo.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Manifest Include="$(ApplicationManifest)" />
6464
</ItemGroup>
6565
<ItemGroup>
66-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" />
66+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
6767
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
6868
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
6969
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />

reference/ToDo/src/ToDo/ToDo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RuntimeIdentifiers Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041.0'">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Identity.Client" Version="4.59.0" />
9+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
1010
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
1111
<PackageReference Include="Uno.WinUI.MSAL" Version="$(UnoVersion)" />
1212

0 commit comments

Comments
 (0)