Move DisposableTimer into Umbraco.Core.Logging - as it seems to be only related to logging

This commit is contained in:
Warren
2018-08-14 13:22:44 +01:00
parent b44fc3e273
commit 404e79dd3f
2 changed files with 2 additions and 3 deletions

View File

@@ -475,7 +475,7 @@
<Compile Include="Dictionary\ICultureDictionary.cs" />
<Compile Include="Dictionary\ICultureDictionaryFactory.cs" />
<Compile Include="DisposableObject.cs" />
<Compile Include="DisposableTimer.cs" />
<Compile Include="Logging\DisposableTimer.cs" />
<Compile Include="EmailSender.cs" />
<Compile Include="Enum.cs" />
<Compile Include="EnumerableExtensions.cs" />