diff --git a/.gitmodules b/.gitmodules index d7193f7714..17251e1588 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,10 +18,6 @@ path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git branch = master -[submodule "modules/BrowserLink"] - path = modules/BrowserLink - url = https://github.com/aspnet/BrowserLink.git - branch = master [submodule "modules/Caching"] path = modules/Caching url = https://github.com/aspnet/Caching.git @@ -138,10 +134,6 @@ path = modules/Routing url = https://github.com/aspnet/Routing.git branch = master -[submodule "modules/Scaffolding"] - path = modules/Scaffolding - url = https://github.com/aspnet/Scaffolding.git - branch = master [submodule "modules/Security"] path = modules/Security url = https://github.com/aspnet/Security.git diff --git a/build/artifacts.props b/build/artifacts.props index c3babbce4c..babf8b610d 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -18,7 +18,6 @@ - @@ -259,15 +258,6 @@ - - - - - - - - - diff --git a/build/buildorder.props b/build/buildorder.props index cf42ce1e23..672620c791 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -25,7 +25,6 @@ - @@ -45,7 +44,6 @@ - diff --git a/build/submodules.props b/build/submodules.props index ec1447f04a..3452375028 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -40,7 +40,6 @@ - @@ -70,7 +69,6 @@ - diff --git a/docs/PackageArchives.md b/docs/PackageArchives.md index 99ebe79cc3..04890a3aaf 100644 --- a/docs/PackageArchives.md +++ b/docs/PackageArchives.md @@ -46,10 +46,6 @@ The result of this typically means including the transitive graph of the followi - Packages that Microsoft.NET.Sdk adds implicitly - Microsoft.NETCore.App - NETStandard.Library - - Packages that are a PackageReference/DotNetCliToolReference in basic ASP.NET Core templates. In addition to packages above, this typically includes: - - Microsoft.EntityFrameworkCore.Tools{.DotNet} - - Microsoft.VisualStudio.Web.CodeGeneration.Design - - Microsoft.VisualStudio.Web.BrowserLink ### Example diff --git a/modules/BrowserLink b/modules/BrowserLink deleted file mode 160000 index 0b083d1503..0000000000 --- a/modules/BrowserLink +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0b083d15036e5643b2b6a9ea6e3d995c51a42e5a diff --git a/modules/Scaffolding b/modules/Scaffolding deleted file mode 160000 index 96f3112be8..0000000000 --- a/modules/Scaffolding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 96f3112be8f26f84db4d741eae634cdcb57c7954 diff --git a/modules/SubmoduleGraph.dgml b/modules/SubmoduleGraph.dgml index 2cd4f5c57e..bcc707b8e4 100644 --- a/modules/SubmoduleGraph.dgml +++ b/modules/SubmoduleGraph.dgml @@ -6,7 +6,6 @@ - @@ -39,7 +38,6 @@ - @@ -96,10 +94,6 @@ - - - - @@ -302,18 +296,6 @@ - - - - - - - - - - - - diff --git a/src/PackageArchive/Scenario.WebApp/Scenario.WebApp.csproj b/src/PackageArchive/Scenario.WebApp/Scenario.WebApp.csproj index fddeb37cf2..6dc23a24ca 100644 --- a/src/PackageArchive/Scenario.WebApp/Scenario.WebApp.csproj +++ b/src/PackageArchive/Scenario.WebApp/Scenario.WebApp.csproj @@ -16,14 +16,6 @@ - - - - - - - -