Skip to content

Commit 12e6a8f

Browse files
author
aligneddev
committed
Aspire.Hosting.SqlServer
1 parent 4566010 commit 12e6a8f

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

.config/dotnet-tools.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@
44
"tools": {
55
"csharpier": {
66
"version": "1.2.6",
7-
"commands": ["csharpier"],
7+
"commands": [
8+
"csharpier"
9+
],
810
"rollForward": false
911
},
1012
"dotnet-ef": {
1113
"version": "10.0.5",
12-
"commands": ["dotnet-ef"],
14+
"commands": [
15+
"dotnet-ef"
16+
],
17+
"rollForward": false
18+
},
19+
"dotnet-outdated-tool": {
20+
"version": "4.7.1",
21+
"commands": [
22+
"dotnet-outdated"
23+
],
1324
"rollForward": false
1425
}
1526
}
16-
}
27+
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ dotnet run --project src/BikeTracking.AppHost
8686
- frontend service for the signup and identify screen
8787
- api service for local identity endpoints
8888

89+
90+
## Aspire Update
91+
92+
https://aspire.dev/whats-new/aspire-13-2/#-upgrade-to-aspire-132
93+
`aspire update --self`
94+
`aspire update`
95+
8996
## Git Credentials Setup (DevContainer)
9097

9198
https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials was very helpful.

src/BikeTracking.AppHost/BikeTracking.AppHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.2.0" />
16+
<PackageReference Include="Aspire.Hosting.SqlServer" Version="13.2.0" />
1617
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.5" />
1718
</ItemGroup>
1819
</Project>

0 commit comments

Comments
 (0)