Skip to content

Commit 699de91

Browse files
author
aligneddev
committed
aspire update
1 parent 10e98b1 commit 699de91

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

aspire.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"appHost": {
3+
"path": "src/BikeTracking.AppHost/BikeTracking.AppHost.csproj"
4+
}
5+
}

src/BikeTracking.AppHost/BikeTracking.AppHost.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Aspire.AppHost.Sdk/13.2.0">
1+
<Project Sdk="Aspire.AppHost.Sdk/13.2.1">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net10.0</TargetFramework>
@@ -12,8 +12,8 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.2.0" />
16-
<PackageReference Include="Aspire.Hosting.SqlServer" Version="13.2.0" />
15+
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.2.1" />
16+
<PackageReference Include="Aspire.Hosting.SqlServer" Version="13.2.1" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.5" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)