diff --git a/.github/workflows/onPullRequest-TestDotnet.yml b/.github/workflows/onPullRequest-TestDotnet.yml
index cf3c281..8121ada 100644
--- a/.github/workflows/onPullRequest-TestDotnet.yml
+++ b/.github/workflows/onPullRequest-TestDotnet.yml
@@ -28,4 +28,4 @@ jobs:
run: dotnet build CodeOfChaos.Testing.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false
- name: Run tests
- run: dotnet test CodeOfChaos.Testing.slnx --configuration Release --no-restore --no-build
+ run: dotnet test --solution CodeOfChaos.Testing.slnx --configuration Release --no-restore --no-build
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 25a5785..e38dbef 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -7,15 +7,15 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
\ No newline at end of file