From 4dc220fde369e4bb148560e548dfd27eee81399a Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Fri, 25 Oct 2024 16:49:36 -0700 Subject: [PATCH] Update 8.2 templates to 8.2.2 --- .../templates/aspire-apphost/8.2/Aspire.AppHost1.csproj | 2 +- .../AspireApplication.1.AppHost.csproj | 2 +- .../AspireApplication.1.ServiceDefaults.csproj | 2 +- .../templates/aspire-mstest/8.2/Aspire.Tests.1.csproj | 2 +- .../templates/aspire-nunit/8.2/Aspire.Tests.1.csproj | 2 +- .../aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj | 2 +- .../Aspire-StarterApplication.1.AppHost.csproj | 4 ++-- .../Aspire-StarterApplication.1.ServiceDefaults.csproj | 2 +- .../Aspire-StarterApplication.1.Tests.csproj | 2 +- .../Aspire-StarterApplication.1.Web.csproj | 2 +- .../templates/aspire-xunit/8.2/Aspire.Tests.1.csproj | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Aspire.ProjectTemplates/templates/aspire-apphost/8.2/Aspire.AppHost1.csproj b/src/Aspire.ProjectTemplates/templates/aspire-apphost/8.2/Aspire.AppHost1.csproj index b752836509b..2722db5811e 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-apphost/8.2/Aspire.AppHost1.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-apphost/8.2/Aspire.AppHost1.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.AppHost/AspireApplication.1.AppHost.csproj b/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.AppHost/AspireApplication.1.AppHost.csproj index b752836509b..2722db5811e 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.AppHost/AspireApplication.1.AppHost.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.AppHost/AspireApplication.1.AppHost.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj b/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj index 14aae3f8471..90b4c842584 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-empty/8.2/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-mstest/8.2/Aspire.Tests.1.csproj b/src/Aspire.ProjectTemplates/templates/aspire-mstest/8.2/Aspire.Tests.1.csproj index ebb5cd33d23..fb4402ec2df 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-mstest/8.2/Aspire.Tests.1.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-mstest/8.2/Aspire.Tests.1.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-nunit/8.2/Aspire.Tests.1.csproj b/src/Aspire.ProjectTemplates/templates/aspire-nunit/8.2/Aspire.Tests.1.csproj index 9e9cac158d0..792ace28a9f 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-nunit/8.2/Aspire.Tests.1.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-nunit/8.2/Aspire.Tests.1.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj b/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj index 14aae3f8471..90b4c842584 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/8.2/Aspire.ServiceDefaults1.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.AppHost/Aspire-StarterApplication.1.AppHost.csproj b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.AppHost/Aspire-StarterApplication.1.AppHost.csproj index dcc952bdcf1..8ce8916f918 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.AppHost/Aspire-StarterApplication.1.AppHost.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.AppHost/Aspire-StarterApplication.1.AppHost.csproj @@ -15,9 +15,9 @@ - + - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.ServiceDefaults/Aspire-StarterApplication.1.ServiceDefaults.csproj b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.ServiceDefaults/Aspire-StarterApplication.1.ServiceDefaults.csproj index 14aae3f8471..90b4c842584 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.ServiceDefaults/Aspire-StarterApplication.1.ServiceDefaults.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.ServiceDefaults/Aspire-StarterApplication.1.ServiceDefaults.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Tests/Aspire-StarterApplication.1.Tests.csproj b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Tests/Aspire-StarterApplication.1.Tests.csproj index 19d2924d3aa..80388e5af55 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Tests/Aspire-StarterApplication.1.Tests.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Tests/Aspire-StarterApplication.1.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Web/Aspire-StarterApplication.1.Web.csproj b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Web/Aspire-StarterApplication.1.Web.csproj index 64a3a657faa..122c8ce8acd 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Web/Aspire-StarterApplication.1.Web.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/8.2/Aspire-StarterApplication.1.Web/Aspire-StarterApplication.1.Web.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Aspire.ProjectTemplates/templates/aspire-xunit/8.2/Aspire.Tests.1.csproj b/src/Aspire.ProjectTemplates/templates/aspire-xunit/8.2/Aspire.Tests.1.csproj index 951d9652164..dfef69351a6 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-xunit/8.2/Aspire.Tests.1.csproj +++ b/src/Aspire.ProjectTemplates/templates/aspire-xunit/8.2/Aspire.Tests.1.csproj @@ -9,7 +9,7 @@ - +