File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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
9198https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials was very helpful.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments