File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 <PackageReference Include =" Microsoft.Extensions.Caching.Memory" />
8989 <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" />
9090 <PackageReference Include =" SQLitePCLRaw.bundle_e_sqlcipher" />
91+ <PackageReference Include =" Tmds.DBus.Protocol" />
9192 <PackageReference Include =" Uno.WinUI.MSAL" />
9293 <PackageReference Include =" CommunityToolkit.WinUI.Controls.SettingsControls" />
9394 <PackageReference Include =" CommunityToolkit.WinUI.Controls.Segmented" />
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ private async Task ShowProperties(KeyVaultItemProperties model)
846846 {
847847 ( itemVm as IDisposable ) ? . Dispose ( ) ;
848848 } ;
849- window . AppWindow . Resize ( new SizeInt32 { Width = 620 , Height = 580 } ) ;
849+ window . AppWindow . Resize ( new SizeInt32 { Width = 620 , Height = 680 } ) ;
850850 if ( Application . Current is App app && app . MainWindow is Window mainWindow )
851851 {
852852 var mainPos = mainWindow . AppWindow . Position ;
Original file line number Diff line number Diff line change 88 <ItemGroup >
99 <PackageVersion Include =" FluentAssertions" Version =" [7.0.0]" />
1010 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
11+ <PackageVersion Include =" Tmds.DBus.Protocol" Version =" 0.92.0" />
1112 <PackageVersion Include =" Uno.UITest.Helpers" Version =" 1.1.0-dev.70" />
1213 <PackageVersion Include =" Azure.Core" Version =" 1.50.0" />
1314 <PackageVersion Include =" Azure.ResourceManager" Version =" 1.13.2" />
Original file line number Diff line number Diff line change 11{
22 // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
33 "msbuild-sdks" : {
4- "Uno.Sdk" : " 6.6.0-dev.162 "
4+ "Uno.Sdk" : " 6.6.0-dev.180 "
55 },
66 "sdk" : {
77 "allowPrerelease" : false
You can’t perform that action at this time.
0 commit comments