Updated to RC
This commit is contained in:
Родитель
1a362b0d04
Коммит
16322fc630
|
@ -48,9 +48,9 @@ jobs:
|
|||
- name: Install Maui Workload
|
||||
shell: pwsh
|
||||
run: |
|
||||
& dotnet workload install maui maui-windows `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/main.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4050c126/nuget/v3/index.json `
|
||||
& dotnet workload install maui `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/6.0.300/rc.1.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-323bf2dd/nuget/v3/index.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-572aeedc/nuget/v3/index.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json `
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<MauiVersion>6.0.200-preview.14.5097</MauiVersion>
|
||||
<MauiVersion>6.0.300-rc.1.5355</MauiVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d6e122a509850cc666caa0be3c919823813e9d0b
|
||||
Subproject commit e7d865bce4f2766081f4bd5c65cecaac77e9af9b
|
|
@ -4,7 +4,7 @@ using Comet.Handlers;
|
|||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
using Microsoft.Maui.Handlers;
|
||||
using Microsoft.Maui.Hosting;
|
||||
|
||||
|
|
|
@ -24,13 +24,6 @@
|
|||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">
|
||||
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Services\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Services\" />
|
||||
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.5" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -11,7 +11,7 @@ using Comet.Reflection;
|
|||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Animations;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.HotReload;
|
||||
using Microsoft.Maui.Internal;
|
||||
|
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Threading;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
using Comet.Internal;
|
||||
|
||||
namespace Comet
|
||||
|
|
|
@ -6,7 +6,7 @@ using System.Reflection;
|
|||
using System.Runtime.CompilerServices;
|
||||
using Comet.Reflection;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
using Microsoft.Maui.HotReload;
|
||||
|
||||
// ReSharper disable once CheckNamespace
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
|
||||
namespace Comet
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@ using Comet.Helpers;
|
|||
using Comet.Internal;
|
||||
using Comet.Reflection;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Essentials;
|
||||
using Microsoft.Maui.Devices;
|
||||
|
||||
namespace Comet
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче