Skip to content

Commit 8b3b3d0

Browse files
committed
Update Aspire to 13.1.2
1 parent 3fba144 commit 8b3b3d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Bff.AppHost/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if (builder.Environment.IsDevelopment())
66
{
7-
var angularFrontend = builder.AddNpmApp("angular", "../ui", "start")
7+
var angularFrontend = builder.AddJavaScriptApp("angular", "../ui", "start")
88
.WithHttpsEndpoint(port: 3000, 4201, env: "BASE_URL");
99

1010
builder.AddProject<Projects.BffMicrosoftEntraID_Server>("bffmicrosoftentraid-server")

Bff.AppHost/Bff.AppHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Aspire.AppHost.Sdk/13.0.0">
1+
<Project Sdk="Aspire.AppHost.Sdk/13.1.2">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.5.2" />
12+
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.1.2" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)