diff --git a/Directory.Packages.props b/Directory.Packages.props
index 733a6ba..b3b8a7f 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -8,14 +8,14 @@
-
-
+
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/dotnet-github-actions-sdk.sln b/dotnet-github-actions-sdk.sln
index 5053287..196f8f6 100644
--- a/dotnet-github-actions-sdk.sln
+++ b/dotnet-github-actions-sdk.sln
@@ -29,7 +29,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
LICENSE = LICENSE
PACKAGES.md = PACKAGES.md
- .github\workflows\publish-nuget.yml = .github\workflows\publish-nuget.yml
+ .github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
diff --git a/tests/Actions.Core.Tests/Actions.Core.Tests.csproj b/tests/Actions.Core.Tests/Actions.Core.Tests.csproj
index ad06fcc..9718e6f 100644
--- a/tests/Actions.Core.Tests/Actions.Core.Tests.csproj
+++ b/tests/Actions.Core.Tests/Actions.Core.Tests.csproj
@@ -7,4 +7,11 @@
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
diff --git a/tests/Actions.Glob.Tests/Actions.Glob.Tests.csproj b/tests/Actions.Glob.Tests/Actions.Glob.Tests.csproj
index 9df4d8f..88e4926 100644
--- a/tests/Actions.Glob.Tests/Actions.Glob.Tests.csproj
+++ b/tests/Actions.Glob.Tests/Actions.Glob.Tests.csproj
@@ -12,4 +12,11 @@
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
diff --git a/tests/Actions.HttpClient.Tests/Actions.HttpClient.Tests.csproj b/tests/Actions.HttpClient.Tests/Actions.HttpClient.Tests.csproj
index bf125c5..4f04309 100644
--- a/tests/Actions.HttpClient.Tests/Actions.HttpClient.Tests.csproj
+++ b/tests/Actions.HttpClient.Tests/Actions.HttpClient.Tests.csproj
@@ -12,4 +12,11 @@
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
\ No newline at end of file
diff --git a/tests/Actions.IO.Tests/Actions.IO.Tests.csproj b/tests/Actions.IO.Tests/Actions.IO.Tests.csproj
index ccb6bb1..9387728 100644
--- a/tests/Actions.IO.Tests/Actions.IO.Tests.csproj
+++ b/tests/Actions.IO.Tests/Actions.IO.Tests.csproj
@@ -1,4 +1,4 @@
-
+
$(DefaultTargetFrameworks)
@@ -6,4 +6,11 @@
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
diff --git a/tests/Actions.Octokit.Tests/Actions.Octokit.Tests.csproj b/tests/Actions.Octokit.Tests/Actions.Octokit.Tests.csproj
index 5aedaee..b7bd7f3 100644
--- a/tests/Actions.Octokit.Tests/Actions.Octokit.Tests.csproj
+++ b/tests/Actions.Octokit.Tests/Actions.Octokit.Tests.csproj
@@ -6,4 +6,11 @@
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+