diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 932f690..000ab80 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
run: dotnet restore "./src/Vipps.net/Vipps.net.csproj"
# Create Nuget package.
- name: Pack Nuget
- run: dotnet pack "./src/Vipps.net/Vipps.net.csproj" --include-source --output out --configuration Release --no-restore
+ run: dotnet pack "./src/Vipps.net/Vipps.net.csproj" --include-source --include-referenced-projects --output out --configuration Release --no-restore
# Setup necessary info to create tag
- name: Set tag variable with v, for use in tag and release based on packed Nuget
run: "echo \"RELEASE_TAG=v$(find ./out -maxdepth 1 -name Vipps.net.*.nupkg | grep -oP '((\\d+)\\.(\\d+)\\.(\\d+)(.*?))')\" >> $GITHUB_ENV"
diff --git a/src/Vipps.net/Vipps.net.csproj b/src/Vipps.net/Vipps.net.csproj
index 81f4e5d..a68c025 100644
--- a/src/Vipps.net/Vipps.net.csproj
+++ b/src/Vipps.net/Vipps.net.csproj
@@ -6,7 +6,7 @@