From bb8c6fcd465f705490b05f9e33188058f4846341 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Fri, 1 Feb 2019 10:15:49 -0800 Subject: [PATCH] Remove aspnet/Scaffolding submodule (#7166) - aspnet/AspNetCore-Internal#1341 - remove Scaffolding references from `build/artifacts.props`, `build/buildorder.props`, `build/submodules.props`, and our templates - add versions for these packages in `build/dependencies.props` to enable their inclusion in the package archives --- .gitmodules | 4 ---- build/artifacts.props | 9 --------- build/buildorder.props | 1 - build/dependencies.props | 10 ++++++++++ build/submodules.props | 1 - modules/Scaffolding | 1 - .../RazorPagesWeb-CSharp.csproj.in | 2 -- .../StarterWeb-CSharp.csproj.in | 2 -- 8 files changed, 10 insertions(+), 20 deletions(-) delete mode 160000 modules/Scaffolding diff --git a/.gitmodules b/.gitmodules index 9bf56ea7a6..cd636cc8e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,3 @@ path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git branch = release/2.1 -[submodule "modules/Scaffolding"] - path = modules/Scaffolding - url = https://github.com/aspnet/Scaffolding.git - branch = release/2.1 \ No newline at end of file diff --git a/build/artifacts.props b/build/artifacts.props index cc9b15aab9..075e0d5d20 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -16,7 +16,6 @@ - @@ -166,14 +165,6 @@ - - - - - - - - diff --git a/build/buildorder.props b/build/buildorder.props index 9cbb7bb540..12b7cf9e85 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -8,7 +8,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index e3872095db..03f4300c27 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -75,6 +75,16 @@ 2.1.1 2.1.1 + + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.7 + 2.1.1 2.1.1 diff --git a/build/submodules.props b/build/submodules.props index 0bf978d90b..a088430493 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -36,7 +36,6 @@ - diff --git a/modules/Scaffolding b/modules/Scaffolding deleted file mode 160000 index 2f81b98c13..0000000000 --- a/modules/Scaffolding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2f81b98c133c24ec699f370bf07b557dd484c646 diff --git a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in index dc190443c5..5d59f72449 100644 --- a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in +++ b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in @@ -22,7 +22,6 @@ - @@ -40,7 +39,6 @@ - diff --git a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in index a053ae2edc..a1775aafbb 100644 --- a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in +++ b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in @@ -22,7 +22,6 @@ - @@ -40,7 +39,6 @@ -