Update outdated Elsa.Studio package references
This commit is contained in:
parent
95bdcc64b6
commit
c4449a4b34
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.12"/>
|
||||
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.134"/>
|
||||
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.134"/>
|
||||
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.140"/>
|
||||
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.140"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.118" />
|
||||
<PackageReference Include="Elsa.Studio.Core.BlazorWasm" Version="3.0.0-preview.118" />
|
||||
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.118" />
|
||||
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.140" />
|
||||
<PackageReference Include="Elsa.Studio.Core.BlazorWasm" Version="3.0.0-preview.140" />
|
||||
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.140" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9"/>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0"/>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
using System.Text.Json;
|
||||
using Elsa.Studio.Backend.Extensions;
|
||||
using Elsa.Studio.Backend.Options;
|
||||
using Elsa.Studio.Dashboard.Extensions;
|
||||
using Elsa.Studio.Shell;
|
||||
using Elsa.Studio.Shell.Extensions;
|
||||
using Elsa.Studio.Workflows.Extensions;
|
||||
using Elsa.Studio.Contracts;
|
||||
using Elsa.Studio.Core.BlazorWasm.Extensions;
|
||||
using Elsa.Studio.Extensions;
|
||||
using Elsa.Studio.Login.BlazorWasm.Extensions;
|
||||
using Elsa.Studio.Options;
|
||||
using Elsa.Studio.Workflows.Designer.Extensions;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
|
|
@ -25,7 +25,7 @@ builder.RootComponents.RegisterCustomElsaStudioElements();
|
|||
// Register shell services and modules.
|
||||
builder.Services.AddCore();
|
||||
builder.Services.AddShell();
|
||||
builder.Services.AddRemoteBackendModule();
|
||||
builder.Services.AddRemoteBackend();
|
||||
builder.Services.AddLoginModule();
|
||||
builder.Services.AddDashboardModule();
|
||||
builder.Services.AddWorkflowsModule();
|
||||
|
|
|
|||
Loading…
Reference in a new issue