diff --git a/SvgNet/SvgNet.csproj b/SvgNet/SvgNet.csproj
index 76bac59..eecdc04 100644
--- a/SvgNet/SvgNet.csproj
+++ b/SvgNet/SvgNet.csproj
@@ -75,7 +75,7 @@
-
+
@@ -86,12 +86,10 @@
Latest version \d+\.\d+\.\d+
Latest version $(Version)
-
+
-
+
diff --git a/SvgNetUnitTests/Main.cs b/SvgNetUnitTests/Main.cs
index a242820..3c3a863 100644
--- a/SvgNetUnitTests/Main.cs
+++ b/SvgNetUnitTests/Main.cs
@@ -28,7 +28,7 @@ public class Main {
[TestCase("Path with Polygon")]
[TestCase("Path (Slow)")]
public void TestCases(string key) {
- TestContext.WriteLine($"=== Renderer {key}");
+ TestContext.Out.WriteLine($"=== Renderer {key}");
System.Action value = TestShared.Renderers[key];
using var ig = new SvgGraphics(Color.WhiteSmoke);
value(ig);
diff --git a/SvgNetUnitTests/SvgNetUnitTests.csproj b/SvgNetUnitTests/SvgNetUnitTests.csproj
index b975b72..ca5862e 100644
--- a/SvgNetUnitTests/SvgNetUnitTests.csproj
+++ b/SvgNetUnitTests/SvgNetUnitTests.csproj
@@ -10,8 +10,8 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -19,7 +19,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+