diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props index 80bc739545..f35501e1de 100644 --- a/eng/Baseline.Designer.props +++ b/eng/Baseline.Designer.props @@ -2,7 +2,7 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 2.2.5 + 2.2.6 @@ -77,12 +77,12 @@ - 2.2.5 + 2.2.6 - 2.2.5 + 2.2.6 @@ -649,6 +649,11 @@ 2.2.0 + + + 2.2.6 + + 2.2.0 @@ -932,7 +937,7 @@ - 2.2.0 + 2.2.6 @@ -943,13 +948,13 @@ - 2.2.2 + 2.2.6 - + diff --git a/eng/Baseline.xml b/eng/Baseline.xml index 49a2c044e3..0946044016 100644 --- a/eng/Baseline.xml +++ b/eng/Baseline.xml @@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch. --> - + @@ -12,8 +12,8 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch. - - + + @@ -74,6 +74,7 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch. + @@ -100,8 +101,8 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch. - - + + diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 6c515f6dac..c31e71c5e4 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -63,4 +63,8 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.Server.IIS; + + + + diff --git a/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs b/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs index 6114353c9e..5b8a923f16 100644 --- a/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs +++ b/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs @@ -31,6 +31,7 @@ namespace Templates.Test.Helpers "Microsoft.DotNet.Web.ProjectTemplates.2.2", "Microsoft.DotNet.Web.ProjectTemplates.3.0", "Microsoft.DotNet.Web.Spa.ProjectTemplates", + "Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1", "Microsoft.DotNet.Web.Spa.ProjectTemplates.2.2", "Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0" };