Remove more MvcPrecompilation (#1373)
This commit is contained in:
parent
a9d2bb6aa5
commit
b2a88824e1
|
|
@ -40,7 +40,6 @@
|
|||
<RepositoryBuildOrder Include="AADIntegration" Order="15" />
|
||||
<RepositoryBuildOrder Include="Identity" Order="15" />
|
||||
<RepositoryBuildOrder Include="JavaScriptServices" Order="15" />
|
||||
<RepositoryBuildOrder Include="MvcPrecompilation" Order="15" />
|
||||
<RepositoryBuildOrder Include="WebHooks" Order="15" />
|
||||
<RepositoryBuildOrder Include="Scaffolding" Order="15" />
|
||||
<RepositoryBuildOrder Include="AzureIntegration" Order="15" />
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@
|
|||
<Repository Include="MetaPackages" PatchPolicy="CascadeVersions" />
|
||||
<Repository Include="Microsoft.Data.Sqlite" />
|
||||
<Repository Include="Mvc" />
|
||||
<Repository Include="MvcPrecompilation" />
|
||||
<Repository Include="Options" />
|
||||
<Repository Include="Proxy" />
|
||||
<Repository Include="Razor" />
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
<Node Id="Microsoft.Data.Sqlite" Label="Microsoft.Data.Sqlite" />
|
||||
<Node Id="MusicStore" Label="MusicStore" />
|
||||
<Node Id="Mvc" Label="Mvc" />
|
||||
<Node Id="MvcPrecompilation" Label="MvcPrecompilation" />
|
||||
<Node Id="Options" Label="Options" />
|
||||
<Node Id="Proxy" Label="Proxy" />
|
||||
<Node Id="Razor" Label="Razor" />
|
||||
|
|
@ -249,7 +248,6 @@
|
|||
<Link Source="MusicStore" Target="Logging" />
|
||||
<Link Source="MusicStore" Target="MetaPackages" />
|
||||
<Link Source="MusicStore" Target="Mvc" />
|
||||
<Link Source="MusicStore" Target="MvcPrecompilation" />
|
||||
<Link Source="MusicStore" Target="Razor" />
|
||||
<Link Source="MusicStore" Target="Security" />
|
||||
<Link Source="MusicStore" Target="Session" />
|
||||
|
|
@ -278,14 +276,6 @@
|
|||
<Link Source="Mvc" Target="Security" />
|
||||
<Link Source="Mvc" Target="Session" />
|
||||
<Link Source="Mvc" Target="StaticFiles" />
|
||||
<Link Source="MvcPrecompilation" Target="Common" />
|
||||
<Link Source="MvcPrecompilation" Target="Configuration" />
|
||||
<Link Source="MvcPrecompilation" Target="Hosting" />
|
||||
<Link Source="MvcPrecompilation" Target="KestrelHttpServer" />
|
||||
<Link Source="MvcPrecompilation" Target="Logging" />
|
||||
<Link Source="MvcPrecompilation" Target="Mvc" />
|
||||
<Link Source="MvcPrecompilation" Target="Razor" />
|
||||
<Link Source="MvcPrecompilation" Target="Security" />
|
||||
<Link Source="Options" Target="Common" />
|
||||
<Link Source="Options" Target="Configuration" />
|
||||
<Link Source="Options" Target="DependencyInjection" />
|
||||
|
|
@ -398,4 +388,4 @@
|
|||
<Link Source="WebSockets" Target="Options" />
|
||||
<Link Source="WebSockets" Target="StaticFiles" />
|
||||
</Links>
|
||||
</DirectedGraph>
|
||||
</DirectedGraph>
|
||||
|
|
|
|||
Loading…
Reference in New Issue