Remove the Proxy submodule (#1471)

Part of https://github.com/aspnet/AspNetCore/issues/3598 - unifying and reducing repos. Proxy does not ship, so its code will move to aspnet/AspLabs.
This commit is contained in:
Nate McMaster 2018-10-09 13:16:03 -07:00 committed by GitHub
parent f65c1a4e3d
commit 8e13235732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 8 deletions

4
.gitmodules vendored
View File

@ -138,10 +138,6 @@
path = modules/Options
url = https://github.com/aspnet/Options.git
branch = release/2.2
[submodule "modules/Proxy"]
path = modules/Proxy
url = https://github.com/aspnet/Proxy.git
branch = release/2.2
[submodule "modules/Razor"]
path = modules/Razor
url = https://github.com/aspnet/Razor.git

View File

@ -134,7 +134,6 @@
<PackageArtifact Include="Microsoft.AspNetCore.NodeServices.Sockets" Category="noship" />
<PackageArtifact Include="Microsoft.AspNetCore.NodeServices" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
<PackageArtifact Include="Microsoft.AspNetCore.Owin" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
<PackageArtifact Include="Microsoft.AspNetCore.Proxy" Category="noship" />
<PackageArtifact Include="Microsoft.AspNetCore.RangeHelper.Sources" Category="noship" />
<PackageArtifact Include="Microsoft.AspNetCore.Razor.Design" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
<PackageArtifact Include="Microsoft.AspNetCore.Razor.Language" Category="ship" AppMetapackage="true" AllMetapackage="true"/>

View File

@ -36,7 +36,6 @@
<RepositoryBuildOrder Include="Security" Order="13" />
<RepositoryBuildOrder Include="MetaPackages" Order="13" />
<RepositoryBuildOrder Include="Mvc" Order="14" />
<RepositoryBuildOrder Include="Proxy" Order="14" />
<RepositoryBuildOrder Include="AADIntegration" Order="15" />
<RepositoryBuildOrder Include="Identity" Order="15" />
<RepositoryBuildOrder Include="JavaScriptServices" Order="15" />

View File

@ -67,7 +67,6 @@
<Repository Include="Mvc" />
<Repository Include="MvcPrecompilation" />
<Repository Include="Options" />
<Repository Include="Proxy" />
<Repository Include="Razor" />
<Repository Include="ResponseCaching" />
<Repository Include="Routing" />

@ -1 +0,0 @@
Subproject commit 909581d7f46df5ca00d8e9e6650f805ee7bf8c31