diff --git a/Directory.Packages.props b/Directory.Packages.props
index ecdacdf..d00749b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,30 +4,30 @@
true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/Serilog.Extensions.Formatting.Test/HostTests.cs b/test/Serilog.Extensions.Formatting.Test/HostTests.cs
index f749fbe..ef2a315 100644
--- a/test/Serilog.Extensions.Formatting.Test/HostTests.cs
+++ b/test/Serilog.Extensions.Formatting.Test/HostTests.cs
@@ -23,6 +23,11 @@ public HostTests(ITestOutputHelper output)
SelfLog.Enable(_output.WriteLine);
}
+ public void Dispose()
+ {
+ SelfLog.Disable();
+ }
+
[Theory]
[MemberData(nameof(MemberData))]
public async Task HostedServiceCanWriteOnManyThreads(HostParams data)
@@ -154,10 +159,5 @@ public HostParams(ServiceProvider services, int iterations, int threads, string
FilePath = filePath;
}
}
-
- public void Dispose()
- {
- SelfLog.Disable();
- }
}
}