diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 5af05c2..f7225e2 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -270,7 +270,6 @@ jobs:
- name: Create NuGet package
run: |
dotnet pack -c Release -o out src/Weaviate.Client.Managed/
- dotnet pack -c Release -o out src/Weaviate.Client.Managed.Analyzers/
- name: Push package to NuGet
run: dotnet nuget push './out/*.nupkg' --skip-duplicate --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
diff --git a/src/Weaviate.Client.Managed/Weaviate.Client.Managed.csproj b/src/Weaviate.Client.Managed/Weaviate.Client.Managed.csproj
index d4679e3..f4add46 100644
--- a/src/Weaviate.Client.Managed/Weaviate.Client.Managed.csproj
+++ b/src/Weaviate.Client.Managed/Weaviate.Client.Managed.csproj
@@ -79,6 +79,21 @@
+
+
+
+
+
+
+
+
+
+