File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ EndProject
1212Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Build" , "Build" , "{ADA70A06-F739-49AF-AB28-3ABF482EE480}"
1313 Project Section (SolutionItems ) = preProject
1414 Directory .Build .props = Directory .Build .props
15- Dt .Client .props = Dt .Client .props
1615 Dt .Client .targets = Dt .Client .targets
1716 References .props = References .props
1817 EndProject Section
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ void ShowInCanvas()
742742 Canvas . SetZIndex ( _canvas , ++ _topmostZIndex ) ;
743743 else
744744 Canvas . SetZIndex ( _canvas , ++ _normalZIndex ) ;
745-
745+
746746 double maxWidth = Kit . ViewWidth ;
747747 double maxHeight = Kit . ViewHeight ;
748748
@@ -1689,7 +1689,7 @@ void OnOwnWinDestroyed(Win e)
16891689 #endregion
16901690
16911691 #region IDisposable
1692- public void Dispose ( )
1692+ void IDisposable . Dispose ( )
16931693 {
16941694 Close ( ) ;
16951695 DlgCleaner . Add ( this ) ;
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <IsDtClient >true</IsDtClient >
4- <UnoVersion >6.0.704 </UnoVersion >
4+ <UnoVersion >6.2.58 </UnoVersion >
55 </PropertyGroup >
66
77 <!-- exe项目引用包 -->
88 <ItemGroup Condition =" $(IsExe) == 'true'" >
9- <PackageReference Include =" Dt.BuildTools" Version =" 1.5.0 " />
9+ <PackageReference Include =" Dt.BuildTools" Version =" 1.5.1 " />
1010 <PackageReference Include =" Uno.Resizetizer" Version =" 1.8.1" />
1111 </ItemGroup >
1212
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <UnoVersion >6.0.704 </UnoVersion >
3+ <UnoVersion >6.2.58 </UnoVersion >
44 </PropertyGroup >
55
66 <!-- 公共引用包 -->
3434 <!-- WinAppSdk -->
3535 <ItemGroup Condition =" $(IsWinAppSdk)" >
3636 <PackageReference Include =" Dt.Tasks" Version =" 5.0.0" />
37- <!-- 1.7版本主线程异步异常会崩溃 -->
37+ <!-- 1.7版本主线程异步异常会崩溃、后台任务全新方式;1.6不崩溃但原Dt.Tasks无法运行 -->
3838 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.7.250606001" />
3939 <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.4188" />
4040 <!-- Lottie动画已正常,Microsoft.Graphics.Win2D需1.2.0以上版本,Microsoft.Maui.Essentials已间接引用 -->
You can’t perform that action at this time.
0 commit comments