File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
DevTKSS.Uno.Samples.MvuxGallery/Platforms/Desktop Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- using Uno . UI . Runtime . Skia ;
1+ using Uno . UI . Hosting ;
22
33namespace DevTKSS . Uno . Samples . MvuxGallery ;
44public class Program
55{
66 [ STAThread ]
77 public static void Main ( string [ ] args )
88 {
9- var host = SkiaHostBuilder . Create ( )
9+ var host = UnoPlatformHostBuilder . Create ( )
1010 . App ( ( ) => new App ( ) )
1111 . UseX11 ( )
1212 . UseLinuxFrameBuffer ( )
1313 . UseMacOS ( )
14- . UseWindows ( )
14+ . UseWin32 ( )
1515 . Build ( ) ;
1616
1717 host . Run ( ) ;
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" : " 5.6.54 "
4+ "Uno.Sdk" : " 6.0.67 "
55 },
66 "sdk" :{
77 "allowPrerelease" : false
You can’t perform that action at this time.
0 commit comments