This commit is contained in:
James Clancey 2022-03-15 22:32:05 -08:00
Родитель 7f7698f1a8 5ea892ec5b
Коммит bd0e96a7fb
3 изменённых файлов: 4 добавлений и 12 удалений

13
.github/workflows/dev.yml поставляемый
Просмотреть файл

@ -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;