From b3e01d4bb6ac5248e34ad0b76ef024873a1b985d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:44:38 +0000 Subject: [PATCH 1/7] Initial plan From 0e3387726fab5327d718027aa786f9551dd7a357 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:51:29 +0000 Subject: [PATCH 2/7] Update all samples to use Aspire 9.5.2 and latest package versions Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- README.md | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 4 ++-- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../WebApplication1/WebApplication1.csproj | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../DatabaseDeploy/DatabaseDeploy.csproj | 2 +- .../WebApplication1/WebApplication1.csproj | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../DatabaseDeploy/DatabaseDeploy.csproj | 2 +- .../WebApplication1/WebApplication1.csproj | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.DatabaseMigrations.csproj | 4 ++-- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- .../WebApplication1/WebApplication1.csproj | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 6 +++--- .../AspireApp1.ServiceDefaults.csproj | 14 +++++++------- hostedss/WebApplication1/WebApplication1.csproj | 2 +- todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj | 16 ++++++++-------- .../TodoApp.ServiceDefaults.csproj | 14 +++++++------- 25 files changed, 99 insertions(+), 99 deletions(-) diff --git a/README.md b/README.md index 4e10b56..885284b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of samples that show how to integrate SQL Server and Azure SQL with [.NET Aspire](https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview). -**Updated to use Aspire 9.5** +**Updated to use Aspire 9.5.2** All the samples can now be easily executed via the [Aspire CLI](https://learn.microsoft.com/dotnet/aspire/cli/install?tabs=windows), using the `aspire run` command from each sample folder. diff --git a/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 0d6ae7e..b9e22cc 100644 --- a/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,9 +11,9 @@ - - - + + + diff --git a/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 0367c8d..596984e 100644 --- a/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,7 +11,7 @@ - + diff --git a/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj index f68a212..a7663f3 100644 --- a/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,9 +11,9 @@ - - - + + + diff --git a/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index bbd8b02..2158f77 100644 --- a/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss - dbprj/WebApplication1/WebApplication1.csproj b/hostedss - dbprj/WebApplication1/WebApplication1.csproj index 6bbf789..2ec89b6 100644 --- a/hostedss - dbprj/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbprj/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + diff --git a/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 30eab99..b3394b6 100644 --- a/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,9 +11,9 @@ - - - + + + diff --git a/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj index 2f465ab..2a0a85d 100644 --- a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj @@ -8,7 +8,7 @@ - + diff --git a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj index c148053..f7c56d7 100644 --- a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + diff --git a/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 1b60a2b..8fc8ccc 100644 --- a/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,9 +11,9 @@ - - - + + + diff --git a/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj index 2f465ab..2a0a85d 100644 --- a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj @@ -8,7 +8,7 @@ - + diff --git a/hostedss - dbup/WebApplication1/WebApplication1.csproj b/hostedss - dbup/WebApplication1/WebApplication1.csproj index 6bbf789..2ec89b6 100644 --- a/hostedss - dbup/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + diff --git a/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 7a2dc8c..23997f1 100644 --- a/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@  - + Exe @@ -11,9 +11,9 @@ - - - + + + diff --git a/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj b/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj index 3317f0b..cf35825 100644 --- a/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj +++ b/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 1bc991c..2158f77 100644 --- a/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss - ef/WebApplication1/WebApplication1.csproj b/hostedss - ef/WebApplication1/WebApplication1.csproj index e10e825..c90d9b5 100644 --- a/hostedss - ef/WebApplication1/WebApplication1.csproj +++ b/hostedss - ef/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 2759c48..ecc7492 100644 --- a/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -11,8 +11,8 @@ - - + + diff --git a/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/hostedss/WebApplication1/WebApplication1.csproj b/hostedss/WebApplication1/WebApplication1.csproj index 6bbf789..2ec89b6 100644 --- a/hostedss/WebApplication1/WebApplication1.csproj +++ b/hostedss/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + diff --git a/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj b/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj index 510d1c3..9f2b78a 100644 --- a/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj +++ b/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe @@ -12,13 +12,13 @@ - - - - - - - + + + + + + + diff --git a/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj b/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj index 9e34897..aa87191 100644 --- a/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj +++ b/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + From e5258d742b9073f4bfc4fb2c75bc80ee9651680c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:56:10 +0000 Subject: [PATCH 3/7] Update EF Core, SqlClient, and SQL Database SDK to latest compatible versions Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- hostedss - dbprj/WeatherDatabase/WeatherDatabase.sqlproj | 2 +- hostedss - ef/WebApplication1/WebApplication1.csproj | 6 +++--- todo_app/TodoApp.Database/TodoDB.sqlproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hostedss - dbprj/WeatherDatabase/WeatherDatabase.sqlproj b/hostedss - dbprj/WeatherDatabase/WeatherDatabase.sqlproj index 615e04c..a08ee89 100644 --- a/hostedss - dbprj/WeatherDatabase/WeatherDatabase.sqlproj +++ b/hostedss - dbprj/WeatherDatabase/WeatherDatabase.sqlproj @@ -1,6 +1,6 @@ - + WeatherDatabase {7EC12138-7EF4-4E0E-B79D-8216528A7A23} diff --git a/hostedss - ef/WebApplication1/WebApplication1.csproj b/hostedss - ef/WebApplication1/WebApplication1.csproj index c90d9b5..2272a50 100644 --- a/hostedss - ef/WebApplication1/WebApplication1.csproj +++ b/hostedss - ef/WebApplication1/WebApplication1.csproj @@ -8,12 +8,12 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/todo_app/TodoApp.Database/TodoDB.sqlproj b/todo_app/TodoApp.Database/TodoDB.sqlproj index a785603..00df077 100644 --- a/todo_app/TodoApp.Database/TodoDB.sqlproj +++ b/todo_app/TodoApp.Database/TodoDB.sqlproj @@ -1,6 +1,6 @@ - + TodoDB {205974aa-6e03-4e54-b684-782e0a9a56ed} From 1f434a9e8b6632c11443bba8d1be8263bbf4b348 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:58:30 +0000 Subject: [PATCH 4/7] Update Microsoft.Data.SqlClient to 6.1.3 across all samples for consistency Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- hostedss - dbprj/WebApplication1/WebApplication1.csproj | 2 +- hostedss - dbup - dab/WebApplication1/WebApplication1.csproj | 2 +- hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj | 2 +- hostedss - dbup/WebApplication1/WebApplication1.csproj | 2 +- hostedss/WebApplication1/WebApplication1.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hostedss - dbprj/WebApplication1/WebApplication1.csproj b/hostedss - dbprj/WebApplication1/WebApplication1.csproj index 2ec89b6..9d6ddf3 100644 --- a/hostedss - dbprj/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbprj/WebApplication1/WebApplication1.csproj @@ -8,7 +8,7 @@ - + diff --git a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj index f7c56d7..9d6ddf3 100644 --- a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj @@ -8,7 +8,7 @@ - + diff --git a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj index 2a0a85d..2b317a0 100644 --- a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj @@ -10,7 +10,7 @@ - + diff --git a/hostedss - dbup/WebApplication1/WebApplication1.csproj b/hostedss - dbup/WebApplication1/WebApplication1.csproj index 2ec89b6..9d6ddf3 100644 --- a/hostedss - dbup/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup/WebApplication1/WebApplication1.csproj @@ -8,7 +8,7 @@ - + diff --git a/hostedss/WebApplication1/WebApplication1.csproj b/hostedss/WebApplication1/WebApplication1.csproj index 2ec89b6..9d6ddf3 100644 --- a/hostedss/WebApplication1/WebApplication1.csproj +++ b/hostedss/WebApplication1/WebApplication1.csproj @@ -8,7 +8,7 @@ - + From a6f2e3666e037d4cf07189d56853460fbbf8df16 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:00:45 +0000 Subject: [PATCH 5/7] Fix remaining Microsoft.Data.SqlClient version inconsistencies Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- byoss/WebApplication1/WebApplication1.csproj | 2 +- hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/byoss/WebApplication1/WebApplication1.csproj b/byoss/WebApplication1/WebApplication1.csproj index 3f64511..21512f0 100644 --- a/byoss/WebApplication1/WebApplication1.csproj +++ b/byoss/WebApplication1/WebApplication1.csproj @@ -7,7 +7,7 @@ - + diff --git a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj index 2a0a85d..2b317a0 100644 --- a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj @@ -10,7 +10,7 @@ - + From e548074518c033acdc361dd678600702efaff53f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:59:47 +0000 Subject: [PATCH 6/7] Update to Aspire 13, net10.0, and latest packages using dotnet-outdated Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- README.md | 2 +- base/AspireApp1.AppHost/AspireApp1.AppHost.csproj | 10 +++++----- .../AspireApp1.ServiceDefaults.csproj | 2 +- base/WebApplication1/WebApplication1.csproj | 2 +- byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj | 6 +++--- .../AspireApp1.ServiceDefaults.csproj | 2 +- byoss/WebApplication1/WebApplication1.csproj | 2 +- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 2 +- .../WebApplication1/WebApplication1.csproj | 4 ++-- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 2 +- .../DatabaseDeploy/DatabaseDeploy.csproj | 6 +++--- .../WebApplication1/WebApplication1.csproj | 4 ++-- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 10 +++++----- .../AspireApp1.ServiceDefaults.csproj | 2 +- hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj | 6 +++--- .../WebApplication1/WebApplication1.csproj | 4 ++-- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 10 +++++----- .../AspireApp1.DatabaseMigrations.csproj | 4 ++-- .../AspireApp1.ServiceDefaults.csproj | 2 +- hostedss - ef/WebApplication1/WebApplication1.csproj | 8 ++++---- .../AspireApp1.AppHost/AspireApp1.AppHost.csproj | 8 ++++---- .../AspireApp1.ServiceDefaults.csproj | 2 +- hostedss/WebApplication1/WebApplication1.csproj | 4 ++-- todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj | 12 ++++++------ .../TodoApp.ServiceDefaults.csproj | 2 +- 27 files changed, 67 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 885284b..6a87d96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of samples that show how to integrate SQL Server and Azure SQL with [.NET Aspire](https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview). -**Updated to use Aspire 9.5.2** +**Updated to use Aspire 13** All the samples can now be easily executed via the [Aspire CLI](https://learn.microsoft.com/dotnet/aspire/cli/install?tabs=windows), using the `aspire run` command from each sample folder. diff --git a/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj index b9e22cc..1af0714 100644 --- a/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/base/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,19 +1,19 @@ - + Exe - net9.0 + net10.0 enable enable 8b26f804-ba48-4952-b942-70b35dc00e22 - - - + + + diff --git a/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/base/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true diff --git a/base/WebApplication1/WebApplication1.csproj b/base/WebApplication1/WebApplication1.csproj index 334cc58..2a1a2b3 100644 --- a/base/WebApplication1/WebApplication1.csproj +++ b/base/WebApplication1/WebApplication1.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable diff --git a/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 596984e..5349d2b 100644 --- a/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/byoss/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,17 +1,17 @@ - + Exe - net9.0 + net10.0 enable enable 2c343a00-3aab-423f-b3a2-2feabf216baa - + diff --git a/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/byoss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true diff --git a/byoss/WebApplication1/WebApplication1.csproj b/byoss/WebApplication1/WebApplication1.csproj index 21512f0..170bc98 100644 --- a/byoss/WebApplication1/WebApplication1.csproj +++ b/byoss/WebApplication1/WebApplication1.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable diff --git a/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj index a7663f3..83cc038 100644 --- a/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbprj/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,18 +1,18 @@ - + Exe - net9.0 + net10.0 enable enable 881669bd-202c-44f1-a97c-04b18b065290 - - + + diff --git a/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 2158f77..ad1b70f 100644 --- a/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbprj/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable true diff --git a/hostedss - dbprj/WebApplication1/WebApplication1.csproj b/hostedss - dbprj/WebApplication1/WebApplication1.csproj index 9d6ddf3..9142fea 100644 --- a/hostedss - dbprj/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbprj/WebApplication1/WebApplication1.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 enable enable - + diff --git a/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj index b3394b6..3bf7412 100644 --- a/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbup - dab/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,18 +1,18 @@ - + Exe - net9.0 + net10.0 enable enable 0ce82d6e-8da1-4cfc-81d2-b99ae1039186 - - + + diff --git a/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbup - dab/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true diff --git a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj index 2b317a0..370c48c 100644 --- a/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup - dab/DatabaseDeploy/DatabaseDeploy.csproj @@ -2,14 +2,14 @@ Exe - net9.0 + net10.0 enable enable - - + + diff --git a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj index 9d6ddf3..9142fea 100644 --- a/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup - dab/WebApplication1/WebApplication1.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 enable enable - + diff --git a/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 8fc8ccc..919e1d0 100644 --- a/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - dbup/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,19 +1,19 @@ - + Exe - net9.0 + net10.0 enable enable 33685a5e-74bb-4f05-9881-601cf33cad11 - - - + + + diff --git a/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - dbup/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true diff --git a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj index 2b317a0..370c48c 100644 --- a/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj +++ b/hostedss - dbup/DatabaseDeploy/DatabaseDeploy.csproj @@ -2,14 +2,14 @@ Exe - net9.0 + net10.0 enable enable - - + + diff --git a/hostedss - dbup/WebApplication1/WebApplication1.csproj b/hostedss - dbup/WebApplication1/WebApplication1.csproj index 9d6ddf3..9142fea 100644 --- a/hostedss - dbup/WebApplication1/WebApplication1.csproj +++ b/hostedss - dbup/WebApplication1/WebApplication1.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 enable enable - + diff --git a/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj index 23997f1..75a2815 100644 --- a/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss - ef/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,19 +1,19 @@  - + Exe - net9.0 + net10.0 enable enable 67a3978e-b32f-4bc0-b301-85286f5bc810 - - - + + + diff --git a/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj b/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj index cf35825..f843d96 100644 --- a/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj +++ b/hostedss - ef/AspireApp1.DatabaseMigrations/AspireApp1.DatabaseMigrations.csproj @@ -1,14 +1,14 @@  - net9.0 + net10.0 enable enable dotnet-AspireApp1.DatabaseMigrations-05ddc414-b52a-4096-8849-02c132456af4 - + diff --git a/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index 2158f77..ad1b70f 100644 --- a/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss - ef/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable true diff --git a/hostedss - ef/WebApplication1/WebApplication1.csproj b/hostedss - ef/WebApplication1/WebApplication1.csproj index 2272a50..fa088dc 100644 --- a/hostedss - ef/WebApplication1/WebApplication1.csproj +++ b/hostedss - ef/WebApplication1/WebApplication1.csproj @@ -1,19 +1,19 @@  - net9.0 + net10.0 enable enable - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj b/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj index ecc7492..8a2f300 100644 --- a/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj +++ b/hostedss/AspireApp1.AppHost/AspireApp1.AppHost.csproj @@ -1,18 +1,18 @@ - + Exe - net9.0 + net10.0 enable enable 0d58b20c-2afc-4388-a733-4c2057e0a27b - - + + diff --git a/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj b/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj +++ b/hostedss/AspireApp1.ServiceDefaults/AspireApp1.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true diff --git a/hostedss/WebApplication1/WebApplication1.csproj b/hostedss/WebApplication1/WebApplication1.csproj index 9d6ddf3..9142fea 100644 --- a/hostedss/WebApplication1/WebApplication1.csproj +++ b/hostedss/WebApplication1/WebApplication1.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 enable enable - + diff --git a/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj b/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj index 9f2b78a..4f88def 100644 --- a/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj +++ b/todo_app/TodoApp.AppHost/TodoApp.AppHost.csproj @@ -1,10 +1,10 @@ - + Exe - net9.0 + net10.0 enable enable true @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj b/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj index aa87191..1aa2ba9 100644 --- a/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj +++ b/todo_app/TodoApp.ServiceDefaults/TodoApp.ServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true From 3cea83659c659c2b043b484f04d115cd1f90e62f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:06:23 +0000 Subject: [PATCH 7/7] Update README to use aspire deploy instead of azd up Co-authored-by: yorek <2612362+yorek@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a87d96..c56115b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The database is deployed using a EF Core database migrations, that are deployed Please note that to keep the sample as simple as possible the EF Core entities and migrations have been defined directly in the WebApplication1 solution, which is not a best practice for a real-world application. A dedicated project should be created for the EF Core entities and migrations. > [!NOTE] -> This example uses `Aspire.Hosting.Azure.Sql` so that it can be **deployed in Azure** via `azd up` and an Azure SQL DB will be created and the database schema will be deployed. +> This example uses `Aspire.Hosting.Azure.Sql` so that it can be **deployed in Azure** via `aspire deploy` and an Azure SQL DB will be created and the database schema will be deployed. ## Aspire-Hosted SQL Server + DbUp + DAB