Merge branch 'main' into dev
This commit is contained in:
Коммит
bd0e96a7fb
|
@ -54,18 +54,11 @@ jobs:
|
|||
- name: Install Maui Workload
|
||||
shell: pwsh
|
||||
run: |
|
||||
&
|
||||
& dotnet workload install android ios maccatalyst tvos macos maui wasm-tools `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/main.json `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/preview.14.json `
|
||||
--source https://aka.ms/dotnet6/nuget/index.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/-shipping-2/nuget/v3/index.json `
|
||||
--source https://pkgs.dev.azure.com/xamarin/public/_packaging/maui-net6-shipping/nuget/v3/index.json `
|
||||
--source https://api.nuget.org/v3/index.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6dd808ff-1/nuget/v3/index.json `
|
||||
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ee0a97a0/nuget/v3/index.json
|
||||
|
||||
|
||||
- name: Set Maui Version
|
||||
run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- https://aka.ms/dotnet/maui/main.json
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
|
||||
- name: Restore Comet-net6-Nuget.sln
|
||||
run: msbuild /r build/Comet-net6-Nuget.sln
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Clancey.Comet" Version="0.3.440-beta" />
|
||||
<PackageReference Include="Clancey.Comet" Version="0.3.450-beta" />
|
||||
<PackageReference Include="Reloadify3000" Version="1.0.8" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -5,7 +5,6 @@ using System;
|
|||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Maui.HotReload;
|
||||
using Esp.Resources;
|
||||
using System.Reflection;
|
||||
|
|
Загрузка…
Ссылка в новой задаче