Skip to content

Commit 6335b03

Browse files
committed
chore(deps): Update to Uno.Sdk Version 6.0.67
1 parent 6e1405c commit 6335b03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/DevTKSS.Uno.Samples.MvuxGallery/Platforms/Desktop/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
using Uno.UI.Runtime.Skia;
1+
using Uno.UI.Hosting;
22

33
namespace DevTKSS.Uno.Samples.MvuxGallery;
44
public 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();

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)