diff --git a/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj b/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj
index 4fa466c1905..bfe997d1a64 100644
--- a/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj
+++ b/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj
@@ -8,6 +8,13 @@
$(AkkaPackageTags);network;cluster;sharding
true
+
+ Akka.Cluster.Sharding
+ Sharded actors with managed lifecycle for Akka.NET cluster. Used to distribute state in a fault-tolerant, consistent fashion over an Akka.NET cluster.
+ $(NetStandardLibVersion)
+ $(AkkaPackageTags);network;cluster;sharding
+ true
+
diff --git a/src/core/Akka.Cluster/Akka.Cluster.csproj b/src/core/Akka.Cluster/Akka.Cluster.csproj
index 9359a78dc16..0ca7e0ff692 100644
--- a/src/core/Akka.Cluster/Akka.Cluster.csproj
+++ b/src/core/Akka.Cluster/Akka.Cluster.csproj
@@ -8,6 +8,13 @@
$(AkkaPackageTags);network;cluster
true
+
+ Akka.Cluster
+ Clustering support for Akka.NET actors. Used to build highly-available, distributed applications.
+ $(NetStandardLibVersion)
+ $(AkkaPackageTags);network;cluster
+ true
+
diff --git a/src/core/Akka.Persistence/Akka.Persistence.csproj b/src/core/Akka.Persistence/Akka.Persistence.csproj
index f4400c98389..caacd938287 100644
--- a/src/core/Akka.Persistence/Akka.Persistence.csproj
+++ b/src/core/Akka.Persistence/Akka.Persistence.csproj
@@ -4,6 +4,8 @@
Akka.Persistence
Persistence actor support for Akka.NET
$(NetStandardLibVersion);$(NetLibVersion)
+ Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion.
+ $(NetStandardLibVersion)
$(AkkaPackageTags);persistence;eventsource
true
diff --git a/src/core/Akka.Remote/Akka.Remote.csproj b/src/core/Akka.Remote/Akka.Remote.csproj
index d9729210155..de399709e90 100644
--- a/src/core/Akka.Remote/Akka.Remote.csproj
+++ b/src/core/Akka.Remote/Akka.Remote.csproj
@@ -21,4 +21,26 @@
True
+
+
+ Akka.Remote
+ Remoting support for Akka.NET. Allows actors to communicate over the network.
+ $(NetStandardLibVersion)
+ $(AkkaPackageTags);network
+ true
+
+
+
+
+
+
+
+
+
+
+ $(DefineConstants);RELEASE
+
+
+ True
+
diff --git a/src/core/Akka.Streams/Akka.Streams.csproj b/src/core/Akka.Streams/Akka.Streams.csproj
index e127751f93f..38c869180ee 100644
--- a/src/core/Akka.Streams/Akka.Streams.csproj
+++ b/src/core/Akka.Streams/Akka.Streams.csproj
@@ -70,4 +70,75 @@
$(DefineConstants);RELEASE
+
+
+ Akka.Streams
+ Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous,
+ back-pressure-aware streams built on top of Akka.NET actors.
+ $(NetStandardLibVersion)
+ $(AkkaPackageTags);reactive;stream
+ true
+
+
+
+
+
+
+
+
+
+
+ TextTemplatingFileGenerator
+ GraphApply.cs
+
+
+ True
+ True
+ GraphApply.tt
+
+
+ TextTemplatingFileGenerator
+ UnzipWith.cs
+
+
+ True
+ True
+ UnzipWith.tt
+
+
+ TextTemplatingFileGenerator
+ ZipWith.cs
+
+
+ True
+ True
+ ZipWith.tt
+
+
+ TextTemplatingFileGenerator
+ FanInShape.cs
+
+
+ True
+ True
+ FanInShape.tt
+
+
+ TextTemplatingFileGenerator
+ FanOutShape.cs
+
+
+ True
+ True
+ FanOutShape.tt
+
+
+
+
+
+
+
+
+ $(DefineConstants);RELEASE
+
diff --git a/src/core/Akka/Akka.csproj b/src/core/Akka/Akka.csproj
index 1598450c85b..ff3782c84a7 100644
--- a/src/core/Akka/Akka.csproj
+++ b/src/core/Akka/Akka.csproj
@@ -5,6 +5,8 @@
Akka
Akka.NET is a port of the popular Java/Scala framework Akka to .NET
$(NetStandardLibVersion);$(NetLibVersion)
+ Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
+ $(NetStandardLibVersion)
$(AkkaPackageTags)
true
8.0