Moved IUmbracoContextAccessor

This commit is contained in:
Bjarke Berg
2020-02-13 09:44:13 +01:00
parent 6f32470fdf
commit 6ae1f79b5f
2 changed files with 1 additions and 2 deletions

View File

@@ -202,6 +202,7 @@
<Compile Include="Net\AspNetPasswordHasher.cs" />
<Compile Include="Net\AspNetSessionIdResolver.cs" />
<Compile Include="Profiling\WebProfilingController.cs" />
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
<Compile Include="PropertyEditors\RichTextEditorPastedImages.cs" />
<Compile Include="PublishedCache\UmbracoContextPublishedSnapshotAccessor.cs" />
<Compile Include="RoutableDocumentFilter.cs" />
@@ -419,7 +420,6 @@
<Compile Include="Security\WebAuthExtensions.cs" />
<Compile Include="JavaScript\UmbracoClientDependencyLoader.cs" />
<Compile Include="UmbracoDefaultOwinStartup.cs" />
<Compile Include="IUmbracoContextAccessor.cs" />
<Compile Include="HtmlStringUtilities.cs" />
<Compile Include="IUmbracoComponentRenderer.cs" />
<Compile Include="Mvc\ProfilingView.cs" />
@@ -474,7 +474,6 @@
<Compile Include="Mvc\NotFoundHandler.cs" />
<Compile Include="Mvc\PreRenderViewActionFilterAttribute.cs" />
<Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
<Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
<Compile Include="PropertyEditors\TagsDataController.cs" />
<Compile Include="Mvc\JsonNetResult.cs" />