From c88d6e50f27b0bd9af7096a862e0378a101ae311 Mon Sep 17 00:00:00 2001 From: Thuyen21 <65522631+Thuyen21@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:54:46 +0700 Subject: [PATCH] Maui 6.0.300 rc.2 (#179) * up * up * Update BlazorMovie.Maui.csproj * up * up * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * up * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * up * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * up * Update global.json * Revert "Update global.json" This reverts commit 59621ff2059d3d6bbaedd5fe6bd1dd3553d1f80b. * Update global.json * up * Update global.json * Update global.json * Update README.md * up * up --- .github/workflows/dotnet.yml | 12 +- .github/workflows/format.yml | 10 +- .github/workflows/heroku.yml | 13 +-- BlazorMovie/Client/BlazorMovie.Client.csproj | 60 +++++----- BlazorMovie/Maui/App.xaml | 3 +- BlazorMovie/Maui/BlazorMovie.Maui.csproj | 44 +++----- BlazorMovie/Maui/MainPage.xaml | 12 +- BlazorMovie/Maui/MauiProgram.cs | 29 ++--- .../Platforms/Android/AndroidManifest.xml | 1 - .../Maui/Platforms/Android/MainActivity.cs | 2 +- .../Maui/Platforms/Android/MainApplication.cs | 13 +-- .../Maui/Platforms/MacCatalyst/AppDelegate.cs | 5 +- .../Maui/Platforms/MacCatalyst/Info.plist | 2 +- .../Maui/Platforms/MacCatalyst/Program.cs | 14 +-- BlazorMovie/Maui/Platforms/Tizen/Main.cs | 16 +++ .../Maui/Platforms/Tizen/tizen-manifest.xml | 15 +++ .../Maui/Platforms/Windows/App.xaml.cs | 32 +----- .../Platforms/Windows/Package.appxmanifest | 39 ++----- BlazorMovie/Maui/Platforms/iOS/AppDelegate.cs | 5 +- BlazorMovie/Maui/Platforms/iOS/Info.plist | 2 +- BlazorMovie/Maui/Platforms/iOS/Program.cs | 14 +-- BlazorMovie/MovieClient/MovieClient.csproj | 42 +++---- BlazorMovie/Server/BlazorMovie.Server.csproj | 104 +++++++++--------- BlazorMovie/Shared/BlazorMovie.Shared.csproj | 26 ++--- README.md | 13 ++- global.json | 6 + 26 files changed, 256 insertions(+), 278 deletions(-) create mode 100644 BlazorMovie/Maui/Platforms/Tizen/Main.cs create mode 100644 BlazorMovie/Maui/Platforms/Tizen/tizen-manifest.xml create mode 100644 global.json diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1cf7d43b..4154321b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,20 +23,20 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: "6.0.x" include-prerelease: true - uses: actions/setup-java@v3.1.1 with: - distribution: "adopt" - java-version: "11" + distribution: 'adopt' + java-version: '11' check-latest: true - name: Install tools run: | - dotnet workload restore - # dotnet workload install android ios maccatalyst tvos macos maui wasm-tools - + dotnet workload install maui wasm-tools + # dotnet workload restore + # dotnet workload install android ios maccatalyst tvos macos maui wasm-tools + - name: Restore dependencies run: dotnet restore # - name: Build diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index dc2b4997..e5aef9b2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,13 +22,12 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: "6.0.x" include-prerelease: true - uses: actions/setup-java@v3.1.1 with: - distribution: "adopt" - java-version: "11" + distribution: 'adopt' + java-version: '11' check-latest: true - name: Install format @@ -36,7 +35,8 @@ jobs: - name: Install tools run: | - dotnet workload restore + dotnet workload install maui wasm-tools + # dotnet workload restore - name: Dotnet Restore run: dotnet restore @@ -61,6 +61,6 @@ jobs: committer: GitHub author: github-actions[bot] labels: t/housekeeping ♻︎ - assignees: Thuyen21 + assignees: github-actions[bot] reviewers: Thuyen21 branch: housekeeping/fix-codeformatting diff --git a/.github/workflows/heroku.yml b/.github/workflows/heroku.yml index 65a93107..88a43ec4 100644 --- a/.github/workflows/heroku.yml +++ b/.github/workflows/heroku.yml @@ -20,13 +20,12 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: "6.0.x" include-prerelease: true - uses: actions/setup-java@v3.1.1 with: - distribution: "adopt" - java-version: "11" + distribution: 'adopt' + java-version: '11' check-latest: true - name: Install tools @@ -34,15 +33,15 @@ jobs: dotnet workload install wasm-tools - name: Publish - working-directory: "./BlazorMovie/Server/" + working-directory: './BlazorMovie/Server/' run: dotnet publish BlazorMovie.Server.csproj - name: copy file uses: canastro/copy-file-action@master with: - source: "Dockerfile" - target: "BlazorMovie/Server/bin/Debug/net6.0/publish/Dockerfile" + source: 'Dockerfile' + target: 'BlazorMovie/Server/bin/Debug/net6.0/publish/Dockerfile' - name: Deploy - working-directory: "./BlazorMovie/Server/bin/Debug/net6.0/publish/" + working-directory: './BlazorMovie/Server/bin/Debug/net6.0/publish/' run: | heroku container:login heroku container:push web -a movie213 diff --git a/BlazorMovie/Client/BlazorMovie.Client.csproj b/BlazorMovie/Client/BlazorMovie.Client.csproj index c202381d..dd137005 100644 --- a/BlazorMovie/Client/BlazorMovie.Client.csproj +++ b/BlazorMovie/Client/BlazorMovie.Client.csproj @@ -1,39 +1,39 @@ - - ESNext - + + ESNext + - - ESNext - + + ESNext + - - net6.0 - enable - enable - service-worker-assets.js - true - enable - true - True - 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 - AnyCPU - preview - + + net6.0 + enable + enable + service-worker-assets.js + true + enable + true + True + 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 + AnyCPU + preview + - - - - + + + + - - - - + + + + - - - + + + diff --git a/BlazorMovie/Maui/App.xaml b/BlazorMovie/Maui/App.xaml index 1d2f601c..9acab757 100644 --- a/BlazorMovie/Maui/App.xaml +++ b/BlazorMovie/Maui/App.xaml @@ -1,4 +1,5 @@ - + diff --git a/BlazorMovie/Maui/BlazorMovie.Maui.csproj b/BlazorMovie/Maui/BlazorMovie.Maui.csproj index f07b02d9..9b436ad2 100644 --- a/BlazorMovie/Maui/BlazorMovie.Maui.csproj +++ b/BlazorMovie/Maui/BlazorMovie.Maui.csproj @@ -1,14 +1,15 @@ - + net6.0-android;net6.0-ios;net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041 + $(TargetFrameworks);net6.0-windows10.0.19041.0 + + Exe Maui true true enable - true false 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 True @@ -20,18 +21,18 @@ com.companyname.maui + 41307AD0-1D5C-493C-A98D-272C8BA6EA6D + 1.0 1 - - True - - 14.2 - 14.0 - 21.0 - 10.0.17763.0 - 10.0.17763.0 + 14.2 + 14.0 + 23.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 @@ -42,7 +43,7 @@ Color="#512BD4" /> - + @@ -54,24 +55,9 @@ - - - - - - - - WinExe - win10-x64 - - - - - - - - + + diff --git a/BlazorMovie/Maui/MainPage.xaml b/BlazorMovie/Maui/MainPage.xaml index 060d629c..16ba320d 100644 --- a/BlazorMovie/Maui/MainPage.xaml +++ b/BlazorMovie/Maui/MainPage.xaml @@ -1,14 +1,14 @@ + - - - - - + + + + + \ No newline at end of file diff --git a/BlazorMovie/Maui/MauiProgram.cs b/BlazorMovie/Maui/MauiProgram.cs index 14355184..f63d9c3a 100644 --- a/BlazorMovie/Maui/MauiProgram.cs +++ b/BlazorMovie/Maui/MauiProgram.cs @@ -12,23 +12,26 @@ public static class MauiProgram public static MauiApp CreateMauiApp() { MauiAppBuilder builder = MauiApp.CreateBuilder(); - _ = builder - .RegisterBlazorMauiWebView() + builder .UseMauiApp() .ConfigureFonts(fonts => { - _ = fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); + fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); }); - _ = builder.Logging.ClearProviders(); - _ = builder.Logging.AddConsole(); - _ = builder.Services.AddBlazorWebView(); - _ = builder.Services.AddSingleton(sp => new HttpClient { BaseAddress = new Uri("https://movie213.herokuapp.com/") }); - _ = builder.Services.AddOptions(); - _ = builder.Services.AddAuthorizationCore(); - _ = builder.Services.AddSingleton(); - _ = builder.Services.AddSingleton(); - _ = builder.Services.AddMudServices(); - _ = builder.Services.AddSingleton(); + builder.Services.AddMauiBlazorWebView(); +#if DEBUG + builder.Services.AddBlazorWebViewDeveloperTools(); +#endif + builder.Logging.ClearProviders(); + builder.Logging.AddConsole(); + builder.Services.AddBlazorWebView(); + builder.Services.AddSingleton(sp => new HttpClient { BaseAddress = new Uri("https://movie213.herokuapp.com/") }); + builder.Services.AddOptions(); + builder.Services.AddAuthorizationCore(); + builder.Services.AddSingleton(); + builder.Services.AddSingleton(); + builder.Services.AddMudServices(); + builder.Services.AddSingleton(); return builder.Build(); } diff --git a/BlazorMovie/Maui/Platforms/Android/AndroidManifest.xml b/BlazorMovie/Maui/Platforms/Android/AndroidManifest.xml index 7570ff62..fb208402 100644 --- a/BlazorMovie/Maui/Platforms/Android/AndroidManifest.xml +++ b/BlazorMovie/Maui/Platforms/Android/AndroidManifest.xml @@ -1,6 +1,5 @@  - \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/Android/MainActivity.cs b/BlazorMovie/Maui/Platforms/Android/MainActivity.cs index 2d08c535..28cfd840 100644 --- a/BlazorMovie/Maui/Platforms/Android/MainActivity.cs +++ b/BlazorMovie/Maui/Platforms/Android/MainActivity.cs @@ -3,7 +3,7 @@ namespace Maui.Platforms.Android; -[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize)] +[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] public class MainActivity : MauiAppCompatActivity { } diff --git a/BlazorMovie/Maui/Platforms/Android/MainApplication.cs b/BlazorMovie/Maui/Platforms/Android/MainApplication.cs index 370353f5..f8efe766 100644 --- a/BlazorMovie/Maui/Platforms/Android/MainApplication.cs +++ b/BlazorMovie/Maui/Platforms/Android/MainApplication.cs @@ -6,13 +6,10 @@ namespace Maui.Platforms.Android; [Application] public class MainApplication : MauiApplication { - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } + public MainApplication(IntPtr handle, JniHandleOwnership ownership) + : base(handle, ownership) + { + } - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); - } + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); } diff --git a/BlazorMovie/Maui/Platforms/MacCatalyst/AppDelegate.cs b/BlazorMovie/Maui/Platforms/MacCatalyst/AppDelegate.cs index ad26ce16..5fcff34d 100644 --- a/BlazorMovie/Maui/Platforms/MacCatalyst/AppDelegate.cs +++ b/BlazorMovie/Maui/Platforms/MacCatalyst/AppDelegate.cs @@ -5,8 +5,5 @@ namespace Maui; [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate { - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); - } + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); } diff --git a/BlazorMovie/Maui/Platforms/MacCatalyst/Info.plist b/BlazorMovie/Maui/Platforms/MacCatalyst/Info.plist index c96dd0a2..0e393913 100644 --- a/BlazorMovie/Maui/Platforms/MacCatalyst/Info.plist +++ b/BlazorMovie/Maui/Platforms/MacCatalyst/Info.plist @@ -27,4 +27,4 @@ XSAppIconAssets Assets.xcassets/appicon.appiconset - + \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/MacCatalyst/Program.cs b/BlazorMovie/Maui/Platforms/MacCatalyst/Program.cs index b7a9466d..8aae0560 100644 --- a/BlazorMovie/Maui/Platforms/MacCatalyst/Program.cs +++ b/BlazorMovie/Maui/Platforms/MacCatalyst/Program.cs @@ -4,11 +4,11 @@ namespace Maui; public class Program { - // This is the main entry point of the application. - private static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } + // This is the main entry point of the application. + static void Main(string[] args) + { + // if you want to use a different Application Delegate class from "AppDelegate" + // you can specify it here. + UIApplication.Main(args, null, typeof(AppDelegate)); + } } \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/Tizen/Main.cs b/BlazorMovie/Maui/Platforms/Tizen/Main.cs new file mode 100644 index 00000000..0bc51aed --- /dev/null +++ b/BlazorMovie/Maui/Platforms/Tizen/Main.cs @@ -0,0 +1,16 @@ +using System; +using Microsoft.Maui; +using Microsoft.Maui.Hosting; + +namespace Maui.Platforms.Tizen; + +class Program : MauiApplication +{ + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); + + static void Main(string[] args) + { + var app = new Program(); + app.Run(args); + } +} \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/Tizen/tizen-manifest.xml b/BlazorMovie/Maui/Platforms/Tizen/tizen-manifest.xml new file mode 100644 index 00000000..4d902ca5 --- /dev/null +++ b/BlazorMovie/Maui/Platforms/Tizen/tizen-manifest.xml @@ -0,0 +1,15 @@ + + + + + + appicon.xhigh.png + + + + + http://tizen.org/privilege/internet + + + + \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/Windows/App.xaml.cs b/BlazorMovie/Maui/Platforms/Windows/App.xaml.cs index dc9fe1db..0e7d804e 100644 --- a/BlazorMovie/Maui/Platforms/Windows/App.xaml.cs +++ b/BlazorMovie/Maui/Platforms/Windows/App.xaml.cs @@ -1,4 +1,6 @@ -// To learn more about WinUI, the WinUI project structure, +using Microsoft.UI.Xaml; + +// To learn more about WinUI, the WinUI project structure, // and more about our project templates, see: http://aka.ms/winui-project-info. namespace Maui.WinUI; @@ -14,30 +16,8 @@ public partial class App : MauiWinUIApplication /// public App() { - InitializeComponent(); - } - - - /* Unmerged change from project 'BlazorMovie.Maui (net6.0-ios)' - Before: - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - After: - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); - */ - - /* Unmerged change from project 'BlazorMovie.Maui (net6.0-maccatalyst)' - Before: - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - After: - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); - */ - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); + this.InitializeComponent(); } -} + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); +} \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/Windows/Package.appxmanifest b/BlazorMovie/Maui/Platforms/Windows/Package.appxmanifest index 2ac1aea7..0aec49b3 100644 --- a/BlazorMovie/Maui/Platforms/Windows/Package.appxmanifest +++ b/BlazorMovie/Maui/Platforms/Windows/Package.appxmanifest @@ -1,53 +1,30 @@  - - + - Maui - Microsoft - appiconStoreLogo.png + User Name + + - + - - - - - - - - - - + + @@ -55,4 +32,4 @@ - + \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/iOS/AppDelegate.cs b/BlazorMovie/Maui/Platforms/iOS/AppDelegate.cs index ad26ce16..5fcff34d 100644 --- a/BlazorMovie/Maui/Platforms/iOS/AppDelegate.cs +++ b/BlazorMovie/Maui/Platforms/iOS/AppDelegate.cs @@ -5,8 +5,5 @@ namespace Maui; [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate { - protected override MauiApp CreateMauiApp() - { - return MauiProgram.CreateMauiApp(); - } + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); } diff --git a/BlazorMovie/Maui/Platforms/iOS/Info.plist b/BlazorMovie/Maui/Platforms/iOS/Info.plist index 0004a4fd..dd4db58c 100644 --- a/BlazorMovie/Maui/Platforms/iOS/Info.plist +++ b/BlazorMovie/Maui/Platforms/iOS/Info.plist @@ -29,4 +29,4 @@ XSAppIconAssets Assets.xcassets/appicon.appiconset - + \ No newline at end of file diff --git a/BlazorMovie/Maui/Platforms/iOS/Program.cs b/BlazorMovie/Maui/Platforms/iOS/Program.cs index 0577c965..5260ea8d 100644 --- a/BlazorMovie/Maui/Platforms/iOS/Program.cs +++ b/BlazorMovie/Maui/Platforms/iOS/Program.cs @@ -4,11 +4,11 @@ namespace Maui; public class Program { - // This is the main entry point of the application. - private static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } + // This is the main entry point of the application. + static void Main(string[] args) + { + // if you want to use a different Application Delegate class from "AppDelegate" + // you can specify it here. + UIApplication.Main(args, null, typeof(AppDelegate)); + } } diff --git a/BlazorMovie/MovieClient/MovieClient.csproj b/BlazorMovie/MovieClient/MovieClient.csproj index b5d4f332..3ee40986 100644 --- a/BlazorMovie/MovieClient/MovieClient.csproj +++ b/BlazorMovie/MovieClient/MovieClient.csproj @@ -1,29 +1,29 @@ - - net6.0 - enable - enable - 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 - true - True - 4.0 - 4.0.0.* - false - preview - + + net6.0 + enable + enable + 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 + true + True + 4.0 + 4.0.0.* + false + preview + - - - + + + - - - + + + - - - + + + diff --git a/BlazorMovie/Server/BlazorMovie.Server.csproj b/BlazorMovie/Server/BlazorMovie.Server.csproj index 6ae41e49..0f140d1f 100644 --- a/BlazorMovie/Server/BlazorMovie.Server.csproj +++ b/BlazorMovie/Server/BlazorMovie.Server.csproj @@ -1,54 +1,54 @@ - - ESNext - - - ESNext - - - net6.0 - enable - enable - 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 - True - True - x64 - preview - - - - - - - - - - - - - - - - - - - - - - - - - - - - MLModel1.mbconfig - - - MLModel1.mbconfig - - - MLModel1.mbconfig - PreserveNewest - - + + ESNext + + + ESNext + + + net6.0 + enable + enable + 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 + True + True + x64 + preview + + + + + + + + + + + + + + + + + + + + + + + + + + + + MLModel1.mbconfig + + + MLModel1.mbconfig + + + MLModel1.mbconfig + PreserveNewest + + \ No newline at end of file diff --git a/BlazorMovie/Shared/BlazorMovie.Shared.csproj b/BlazorMovie/Shared/BlazorMovie.Shared.csproj index 1b5d1f93..f6c7687a 100644 --- a/BlazorMovie/Shared/BlazorMovie.Shared.csproj +++ b/BlazorMovie/Shared/BlazorMovie.Shared.csproj @@ -1,14 +1,14 @@ - - net6.0 - enable - enable - true - True - 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 - preview - + + net6.0 + enable + enable + true + True + 2f0b7cb7-4db2-420e-b6d4-dfd9b437d531 + preview + @@ -30,8 +30,8 @@ - - - - + + + + diff --git a/README.md b/README.md index 7536fd0a..e218864f 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,14 @@ This project was built on .NET 6 - [.NET MAUI documentation](https://docs.microsoft.com/dotnet/maui) ## Current News - -- [.NET Blazor Movie 2.1](https://github.com/Thuyen21/Blazor-Movie-/tree/v2.1) -- [.NET Blazor Movie 2.0](https://github.com/Thuyen21/Blazor-Movie-/tree/v2.0) +- [.NET Blazor Movie v3.3.0](https://github.com/Thuyen21/Blazor-Movie-/releases/tag/v3.2.0) +- [.NET Blazor Movie v3.2.0](https://github.com/Thuyen21/Blazor-Movie/releases/tag/v3.2) +- [.NET Blazor Movie v3.1.0](https://github.com/Thuyen21/Blazor-Movie/releases/tag/v3.1) +- [.NET Blazor Movie v3.0.0](https://github.com/Thuyen21/Blazor-Movie/releases/tag/v3.0) +- [.NET Blazor Movie v2.1.2](https://github.com/Thuyen21/Blazor-Movie/releases/tag/v2.1.2) +- [.NET Blazor Movie v2.1.1](https://github.com/Thuyen21/Blazor-Movie/releases/tag/v2.2) +- [.NET Blazor Movie 2.1.0](https://github.com/Thuyen21/Blazor-Movie-/releases/tag/v2.1) +- [.NET Blazor Movie 2.0.0](https://github.com/Thuyen21/Blazor-Movie-/releases/tag/v2.0) ## Contributor Guide @@ -36,7 +41,7 @@ For Maui Run ![Screenshot 2021-11-10 215220](https://user-images.githubusercontent.com/65522631/141135723-4ae08096-20cb-47f8-b85f-8a0f43cf3933.png) -Choose Window, Android, macOS, IOS +Choose Window, Android, macOS, IOS, Tizen ![Screenshot 2021-11-10 215407](https://user-images.githubusercontent.com/65522631/141136014-5b7d58d4-b354-41ca-85af-2a1a7def3d56.png) diff --git a/global.json b/global.json new file mode 100644 index 00000000..618950fe --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "6.0.300-preview.22204.3", + "rollForward": "latestMinor" + } +} \ No newline at end of file