Remove BrowserLink and Scaffolding gitsubmodules (#3730)

As a part of simplifying the way we build ASP.NET Core, the BrowserLink and Scaffolding repos and the packages they produce will be independent from aspnet/AspNetCore.
This commit is contained in:
Nate McMaster 2018-10-26 10:17:57 -07:00 committed by GitHub
parent ad9a22f7a5
commit ee11d10f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 54 deletions

8
.gitmodules vendored
View File

@ -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

View File

@ -18,7 +18,6 @@
</ItemDefinitionGroup>
<ItemGroup>
<PackageArtifact Include="dotnet-aspnet-codegenerator" Category="ship" />
<PackageArtifact Include="dotnet-dev-certs" Category="ship" />
<PackageArtifact Include="dotnet-ef" Category="ship" />
<PackageArtifact Include="dotnet-sql-cache" Category="ship" />
@ -259,15 +258,6 @@
<PackageArtifact Include="Microsoft.VisualStudio.Editor.Razor" Category="shipoob" />
<PackageArtifact Include="Microsoft.VisualStudio.LanguageServices.Razor" Category="shipoob" />
<PackageArtifact Include="Microsoft.VisualStudio.Mac.LanguageServices.Razor" Category="shipoob" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.BrowserLink" Category="ship" AllMetapackage="true"/>
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Contracts" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Core" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Templating" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Utils" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration" Category="ship" />
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGenerators.Mvc" Category="ship" />
<PackageArtifact Include="Microsoft.Web.Xdt.Extensions" Category="shipoob" />
<PackageArtifact Include="RazorPageGenerator" Category="noship" />
</ItemGroup>

View File

@ -25,7 +25,6 @@
<RepositoryBuildOrder Include="KestrelHttpServer" Order="8" />
<RepositoryBuildOrder Include="EntityFrameworkCore" Order="8" />
<RepositoryBuildOrder Include="HttpSysServer" Order="8" />
<RepositoryBuildOrder Include="BrowserLink" Order="8" />
<RepositoryBuildOrder Include="DataProtection" Order="9" RootPath="$(RepositoryRoot)src\DataProtection\" />
<RepositoryBuildOrder Include="BasicMiddleware" Order="9" />
<RepositoryBuildOrder Include="Antiforgery" Order="10" />
@ -45,7 +44,6 @@
<RepositoryBuildOrder Include="AADIntegration" Order="15" />
<RepositoryBuildOrder Include="Identity" Order="15" />
<RepositoryBuildOrder Include="JavaScriptServices" Order="15" />
<RepositoryBuildOrder Include="Scaffolding" Order="15" />
<RepositoryBuildOrder Include="AzureIntegration" Order="15" />
<RepositoryBuildOrder Include="MusicStore" Order="16" />
<RepositoryBuildOrder Include="SignalR" Order="16" />

View File

@ -40,7 +40,6 @@
<Repository Include="Antiforgery" />
<Repository Include="AzureIntegration" />
<Repository Include="BasicMiddleware" />
<Repository Include="BrowserLink" />
<Repository Include="Caching" />
<Repository Include="Configuration" />
<Repository Include="CORS" />
@ -70,7 +69,6 @@
<Repository Include="Razor" />
<Repository Include="ResponseCaching" />
<Repository Include="Routing" />
<Repository Include="Scaffolding" PatchPolicy="AlwaysUpdate" />
<Repository Include="Security" />
<Repository Include="Session" />
<Repository Include="SignalR" />

View File

@ -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

@ -1 +0,0 @@
Subproject commit 0b083d15036e5643b2b6a9ea6e3d995c51a42e5a

@ -1 +0,0 @@
Subproject commit 96f3112be8f26f84db4d741eae634cdcb57c7954

View File

@ -6,7 +6,6 @@
<Node Id="AuthSamples" Label="AuthSamples" />
<Node Id="AzureIntegration" Label="AzureIntegration" />
<Node Id="BasicMiddleware" Label="BasicMiddleware" />
<Node Id="BrowserLink" Label="BrowserLink" />
<Node Id="Caching" Label="Caching" />
<Node Id="Common" Label="Common" />
<Node Id="Configuration" Label="Configuration" />
@ -39,7 +38,6 @@
<Node Id="Razor" Label="Razor" />
<Node Id="ResponseCaching" Label="ResponseCaching" />
<Node Id="Routing" Label="Routing" />
<Node Id="Scaffolding" Label="Scaffolding" />
<Node Id="Security" Label="Security" />
<Node Id="ServerTests" Label="ServerTests" />
<Node Id="Session" Label="Session" />
@ -96,10 +94,6 @@
<Link Source="BasicMiddleware" Target="KestrelHttpServer" />
<Link Source="BasicMiddleware" Target="Logging" />
<Link Source="BasicMiddleware" Target="Options" />
<Link Source="BrowserLink" Target="Common" />
<Link Source="BrowserLink" Target="FileSystem" />
<Link Source="BrowserLink" Target="Hosting" />
<Link Source="BrowserLink" Target="HttpAbstractions" />
<Link Source="Caching" Target="Common" />
<Link Source="Caching" Target="Configuration" />
<Link Source="Caching" Target="DependencyInjection" />
@ -302,18 +296,6 @@
<Link Source="Routing" Target="KestrelHttpServer" />
<Link Source="Routing" Target="Logging" />
<Link Source="Routing" Target="Options" />
<Link Source="Scaffolding" Target="Common" />
<Link Source="Scaffolding" Target="Configuration" />
<Link Source="Scaffolding" Target="DependencyInjection" />
<Link Source="Scaffolding" Target="EntityFrameworkCore" />
<Link Source="Scaffolding" Target="FileSystem" />
<Link Source="Scaffolding" Target="Hosting" />
<Link Source="Scaffolding" Target="IISIntegration" />
<Link Source="Scaffolding" Target="KestrelHttpServer" />
<Link Source="Scaffolding" Target="Logging" />
<Link Source="Scaffolding" Target="Mvc" />
<Link Source="Scaffolding" Target="Razor" />
<Link Source="Scaffolding" Target="StaticFiles" />
<Link Source="Security" Target="Caching" />
<Link Source="Security" Target="Common" />
<Link Source="Security" Target="Configuration" />

View File

@ -16,14 +16,6 @@
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="$(MicrosoftAspNetCoreRazorDesignPackageVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="$(MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="$(MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Contracts" Version="$(MicrosoftVisualStudioWebCodeGenerationContractsPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Core" Version="$(MicrosoftVisualStudioWebCodeGenerationCorePackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore" Version="$(MicrosoftVisualStudioWebCodeGenerationEntityFrameworkCorePackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Templating" Version="$(MicrosoftVisualStudioWebCodeGenerationTemplatingPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Utils" Version="$(MicrosoftVisualStudioWebCodeGenerationUtilsPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration" Version="$(MicrosoftVisualStudioWebCodeGenerationPackageVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGenerators.Mvc" Version="$(MicrosoftVisualStudioWebCodeGeneratorsMvcPackageVersion)" />
</ItemGroup>
</Project>