File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 86
86
<PackageReference Include =" Uno.Extensions.Logging.OSLog" Version =" 1.7.0" />
87
87
88
88
<!-- 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" />
90
90
</ItemGroup >
91
91
</When >
92
92
105
105
<PackageReference Include =" Uno.Extensions.Logging.OSLog" Version =" 1.7.0" />
106
106
107
107
<!-- 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" />
109
109
</ItemGroup >
110
110
</When >
111
111
Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
<ItemGroup >
16
16
<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 " />
18
18
<PackageReference Include =" SkiaSharp.Views.Uno.WinUI" Version =" 2.88.3" />
19
19
<PackageReference Include =" SkiaSharp.Skottie" Version =" 2.88.3" />
20
20
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ which is why this target has been removed from the solution
23
23
</ItemGroup >
24
24
<ItemGroup >
25
25
<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 " />
27
27
<PackageReference Include =" SkiaSharp.Views.Uno.WinUI" Version =" 2.88.3" />
28
28
<PackageReference Include =" SkiaSharp.Skottie" Version =" 2.88.3" />
29
29
Original file line number Diff line number Diff line change 38
38
<LinkerDescriptor Include =" LinkerConfig.xml" />
39
39
</ItemGroup >
40
40
<ItemGroup >
41
- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.59.0 " />
41
+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.60.3 " />
42
42
<PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 8.0.0" />
43
43
<PackageReference Include =" Uno.Extensions.Logging.WebAssembly.Console" Version =" 1.4.0" />
44
44
Original file line number Diff line number Diff line change 63
63
<Manifest Include =" $(ApplicationManifest)" />
64
64
</ItemGroup >
65
65
<ItemGroup >
66
- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.59.0 " />
66
+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.60.3 " />
67
67
<PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240311000" />
68
68
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.3233" />
69
69
<PackageReference Include =" Uno.Core.Extensions.Logging.Singleton" Version =" 4.0.1" />
Original file line number Diff line number Diff line change 6
6
<RuntimeIdentifiers Condition =" '$(TargetFramework)'=='net8.0-windows10.0.19041.0'" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.59.0 " />
9
+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.60.3 " />
10
10
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.34.0" />
11
11
<PackageReference Include =" Uno.WinUI.MSAL" Version =" $(UnoVersion)" />
12
12
You can’t perform that action at this time.
0 commit comments