From 0d0d6687de6848535456c49678eae746f1e1f832 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 12 Jan 2024 02:13:40 +1100 Subject: [PATCH] Remove redundant assembly title (#6796) * remove redundant AssemblyTitle * remove redundant AssemblyTitle --------- Co-authored-by: Aaron Stannard --- src/benchmark/RemotePingPong/RemotePingPong.csproj | 2 -- .../Akka.Cluster.Metrics.Tests.MultiNode.csproj | 1 - .../Akka.Cluster.Metrics.Tests.csproj | 1 - .../cluster/Akka.Cluster.Metrics/Akka.Cluster.Metrics.csproj | 1 - .../Akka.Cluster.Sharding.Tests.MultiNode.csproj | 1 - .../Akka.Cluster.Sharding.Tests.csproj | 1 - .../cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj | 1 - .../Akka.Cluster.Tools.Tests.MultiNode.csproj | 1 - .../Akka.Cluster.Tools.Tests/Akka.Cluster.Tools.Tests.csproj | 1 - .../cluster/Akka.Cluster.Tools/Akka.Cluster.Tools.csproj | 1 - .../Akka.DistributedData.LightningDB.csproj | 1 - .../Akka.DistributedData.Tests.MultiNode.csproj | 1 - .../Akka.DistributedData.Tests.csproj | 1 - .../cluster/Akka.DistributedData/Akka.DistributedData.csproj | 1 - .../Akka.DependencyInjection.Tests.csproj | 1 - .../Akka.DependencyInjection/Akka.DependencyInjection.csproj | 1 - .../Akka.Persistence.Query.InMemory.Tests.csproj | 1 - .../Akka.Persistence.Query.InMemory.csproj | 1 - .../Akka.Persistence.Query.Sql.csproj | 1 - .../Akka.Persistence.Sql.Common.csproj | 1 - .../Akka.Persistence.Sql.TestKit.csproj | 1 - .../Akka.Persistence.Sqlite.Tests.csproj | 1 - .../Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj | 1 - .../Akka.Serialization.Hyperion.Tests.csproj | 1 - .../Akka.Serialization.Hyperion.csproj | 1 - .../Akka.Serialization.TestKit.csproj | 1 - .../testkits/Akka.TestKit.Xunit/Akka.TestKit.Xunit.csproj | 1 - .../testkits/Akka.TestKit.Xunit2/Akka.TestKit.Xunit2.csproj | 1 - src/core/Akka.Cluster.TestKit/Akka.Cluster.TestKit.csproj | 1 - .../Akka.Cluster.Tests.MultiNode.csproj | 1 - src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj | 1 - src/core/Akka.Cluster/Akka.Cluster.csproj | 1 - src/core/Akka.Coordination.Tests/Akka.Coordination.Tests.csproj | 1 - src/core/Akka.Coordination/Akka.Coordination.csproj | 1 - src/core/Akka.Discovery.Tests/Akka.Discovery.Tests.csproj | 1 - src/core/Akka.Discovery/Akka.Discovery.csproj | 1 - src/core/Akka.Docs.Tests/Akka.Docs.Tests.csproj | 1 - src/core/Akka.Docs.Tutorials/Akka.Docs.Tutorials.csproj | 1 - src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj | 1 - src/core/Akka.FSharp/Akka.FSharp.fsproj | 1 - src/core/Akka.Persistence.FSharp/Akka.Persistence.FSharp.fsproj | 1 - .../Akka.Persistence.Query.Tests.csproj | 1 - src/core/Akka.Persistence.Query/Akka.Persistence.Query.csproj | 1 - .../Akka.Persistence.TCK.Tests.csproj | 1 - src/core/Akka.Persistence.TCK/Akka.Persistence.TCK.csproj | 1 - .../Akka.Persistence.TestKit.Tests.csproj | 1 - .../Akka.Persistence.TestKit.Xunit2.csproj | 1 - .../Akka.Persistence.TestKit/Akka.Persistence.TestKit.csproj | 1 - src/core/Akka.Persistence.Tests/Akka.Persistence.Tests.csproj | 1 - src/core/Akka.Persistence/Akka.Persistence.csproj | 1 - .../Akka.Remote.TestKit.Tests/Akka.Remote.TestKit.Tests.csproj | 1 - src/core/Akka.Remote.TestKit/Akka.Remote.TestKit.csproj | 1 - .../Akka.Remote.Tests.MultiNode.csproj | 1 - src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj | 1 - src/core/Akka.Remote/Akka.Remote.csproj | 1 - .../Akka.Streams.TestKit.Tests.csproj | 1 - src/core/Akka.Streams.TestKit/Akka.Streams.TestKit.csproj | 1 - src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj | 1 - src/core/Akka.Streams.Tests/Akka.Streams.Tests.csproj | 1 - src/core/Akka.Streams/Akka.Streams.csproj | 1 - src/core/Akka.TestKit.Tests/Akka.TestKit.Tests.csproj | 1 - src/core/Akka.TestKit/Akka.TestKit.csproj | 1 - src/core/Akka.Tests/Akka.Tests.csproj | 1 - src/core/Akka/Akka.csproj | 1 - 64 files changed, 65 deletions(-) diff --git a/src/benchmark/RemotePingPong/RemotePingPong.csproj b/src/benchmark/RemotePingPong/RemotePingPong.csproj index 1c07e50d5e8..3bd2c7053ee 100644 --- a/src/benchmark/RemotePingPong/RemotePingPong.csproj +++ b/src/benchmark/RemotePingPong/RemotePingPong.csproj @@ -2,8 +2,6 @@ Akka.Remote x-plat performance benchmark Copyright (c) Akka.NET Team - RemotePingPong - RemotePingPong Akka.NET Team $(NetFrameworkTestVersion);$(NetTestVersion);net6.0 Exe diff --git a/src/contrib/cluster/Akka.Cluster.Metrics.Tests.MultiNode/Akka.Cluster.Metrics.Tests.MultiNode.csproj b/src/contrib/cluster/Akka.Cluster.Metrics.Tests.MultiNode/Akka.Cluster.Metrics.Tests.MultiNode.csproj index 15e0c268250..2d438607b6d 100644 --- a/src/contrib/cluster/Akka.Cluster.Metrics.Tests.MultiNode/Akka.Cluster.Metrics.Tests.MultiNode.csproj +++ b/src/contrib/cluster/Akka.Cluster.Metrics.Tests.MultiNode/Akka.Cluster.Metrics.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Metrics.Tests.MultiNode $(NetTestVersion) diff --git a/src/contrib/cluster/Akka.Cluster.Metrics.Tests/Akka.Cluster.Metrics.Tests.csproj b/src/contrib/cluster/Akka.Cluster.Metrics.Tests/Akka.Cluster.Metrics.Tests.csproj index b26dfcb93fa..f2460a02f7e 100644 --- a/src/contrib/cluster/Akka.Cluster.Metrics.Tests/Akka.Cluster.Metrics.Tests.csproj +++ b/src/contrib/cluster/Akka.Cluster.Metrics.Tests/Akka.Cluster.Metrics.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Cluster.Metrics.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/contrib/cluster/Akka.Cluster.Metrics/Akka.Cluster.Metrics.csproj b/src/contrib/cluster/Akka.Cluster.Metrics/Akka.Cluster.Metrics.csproj index ee59750e252..a8e4188ae8b 100644 --- a/src/contrib/cluster/Akka.Cluster.Metrics/Akka.Cluster.Metrics.csproj +++ b/src/contrib/cluster/Akka.Cluster.Metrics/Akka.Cluster.Metrics.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Metrics The member nodes of the cluster can collect system health metrics and publish that to other cluster nodes and to the registered subscribers on the system event bus with the help of Cluster Metrics Extension. diff --git a/src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/Akka.Cluster.Sharding.Tests.MultiNode.csproj b/src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/Akka.Cluster.Sharding.Tests.MultiNode.csproj index 2ab993feb0e..4d9697f1a23 100644 --- a/src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/Akka.Cluster.Sharding.Tests.MultiNode.csproj +++ b/src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/Akka.Cluster.Sharding.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Sharding.Tests.MultiNode $(NetTestVersion) diff --git a/src/contrib/cluster/Akka.Cluster.Sharding.Tests/Akka.Cluster.Sharding.Tests.csproj b/src/contrib/cluster/Akka.Cluster.Sharding.Tests/Akka.Cluster.Sharding.Tests.csproj index 097f6803fbc..c65418a34aa 100644 --- a/src/contrib/cluster/Akka.Cluster.Sharding.Tests/Akka.Cluster.Sharding.Tests.csproj +++ b/src/contrib/cluster/Akka.Cluster.Sharding.Tests/Akka.Cluster.Sharding.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Cluster.Sharding.Tests $(NetFrameworkTestVersion);$(NetTestVersion) 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 ea981e33e6c..f20d20b3fd8 100644 --- a/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj +++ b/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj @@ -1,7 +1,6 @@  - 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);$(NetLibVersion) $(AkkaPackageTags);network;cluster;sharding diff --git a/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Cluster.Tools.Tests.MultiNode.csproj b/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Cluster.Tools.Tests.MultiNode.csproj index 4224ae93a97..c87b0f06e89 100644 --- a/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Cluster.Tools.Tests.MultiNode.csproj +++ b/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Cluster.Tools.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Tools.Tests.MultiNode $(NetTestVersion) diff --git a/src/contrib/cluster/Akka.Cluster.Tools.Tests/Akka.Cluster.Tools.Tests.csproj b/src/contrib/cluster/Akka.Cluster.Tools.Tests/Akka.Cluster.Tools.Tests.csproj index d554f049c3d..18dd118e195 100644 --- a/src/contrib/cluster/Akka.Cluster.Tools.Tests/Akka.Cluster.Tools.Tests.csproj +++ b/src/contrib/cluster/Akka.Cluster.Tools.Tests/Akka.Cluster.Tools.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Cluster.Tools.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/contrib/cluster/Akka.Cluster.Tools/Akka.Cluster.Tools.csproj b/src/contrib/cluster/Akka.Cluster.Tools/Akka.Cluster.Tools.csproj index c76abbeb524..a62dfd90478 100644 --- a/src/contrib/cluster/Akka.Cluster.Tools/Akka.Cluster.Tools.csproj +++ b/src/contrib/cluster/Akka.Cluster.Tools/Akka.Cluster.Tools.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Tools Distributed publish/subscribe, client and singleton support for Akka.NET cluster $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);network;cluster diff --git a/src/contrib/cluster/Akka.DistributedData.LightningDB/Akka.DistributedData.LightningDB.csproj b/src/contrib/cluster/Akka.DistributedData.LightningDB/Akka.DistributedData.LightningDB.csproj index 20b6e9a674e..b2e80e28b34 100644 --- a/src/contrib/cluster/Akka.DistributedData.LightningDB/Akka.DistributedData.LightningDB.csproj +++ b/src/contrib/cluster/Akka.DistributedData.LightningDB/Akka.DistributedData.LightningDB.csproj @@ -1,7 +1,6 @@ - Akka.DistributedData.LightningDB Replicated data using CRDT structures $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);network;cluster;crdt;replication;lightningdb;lmdb diff --git a/src/contrib/cluster/Akka.DistributedData.Tests.MultiNode/Akka.DistributedData.Tests.MultiNode.csproj b/src/contrib/cluster/Akka.DistributedData.Tests.MultiNode/Akka.DistributedData.Tests.MultiNode.csproj index bce0e8f2098..6981f2784f4 100644 --- a/src/contrib/cluster/Akka.DistributedData.Tests.MultiNode/Akka.DistributedData.Tests.MultiNode.csproj +++ b/src/contrib/cluster/Akka.DistributedData.Tests.MultiNode/Akka.DistributedData.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.DistributedData.Tests.MultiNode $(NetTestVersion) diff --git a/src/contrib/cluster/Akka.DistributedData.Tests/Akka.DistributedData.Tests.csproj b/src/contrib/cluster/Akka.DistributedData.Tests/Akka.DistributedData.Tests.csproj index 9c4cbd05b6f..1e18c6c45a3 100644 --- a/src/contrib/cluster/Akka.DistributedData.Tests/Akka.DistributedData.Tests.csproj +++ b/src/contrib/cluster/Akka.DistributedData.Tests/Akka.DistributedData.Tests.csproj @@ -2,7 +2,6 @@ - Akka.DistributedData.Tests $(NetFrameworkTestVersion);$(NetTestVersion) x64 diff --git a/src/contrib/cluster/Akka.DistributedData/Akka.DistributedData.csproj b/src/contrib/cluster/Akka.DistributedData/Akka.DistributedData.csproj index c4f04f30b21..0e24754ba21 100644 --- a/src/contrib/cluster/Akka.DistributedData/Akka.DistributedData.csproj +++ b/src/contrib/cluster/Akka.DistributedData/Akka.DistributedData.csproj @@ -1,7 +1,6 @@  - Akka.DistributedData Replicated data using CRDT structures $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);network;cluster;crdt;replication diff --git a/src/contrib/dependencyinjection/Akka.DependencyInjection.Tests/Akka.DependencyInjection.Tests.csproj b/src/contrib/dependencyinjection/Akka.DependencyInjection.Tests/Akka.DependencyInjection.Tests.csproj index 28f5fa23120..f5ce5b270c5 100644 --- a/src/contrib/dependencyinjection/Akka.DependencyInjection.Tests/Akka.DependencyInjection.Tests.csproj +++ b/src/contrib/dependencyinjection/Akka.DependencyInjection.Tests/Akka.DependencyInjection.Tests.csproj @@ -2,7 +2,6 @@ - Akka.DependencyInjection.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/contrib/dependencyinjection/Akka.DependencyInjection/Akka.DependencyInjection.csproj b/src/contrib/dependencyinjection/Akka.DependencyInjection/Akka.DependencyInjection.csproj index 3e23ba2afee..236a91736b2 100644 --- a/src/contrib/dependencyinjection/Akka.DependencyInjection/Akka.DependencyInjection.csproj +++ b/src/contrib/dependencyinjection/Akka.DependencyInjection/Akka.DependencyInjection.csproj @@ -1,7 +1,6 @@ - Akka.DependencyInjection Dependency injection support for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);dependency injection diff --git a/src/contrib/persistence/Akka.Persistence.Query.InMemory.Tests/Akka.Persistence.Query.InMemory.Tests.csproj b/src/contrib/persistence/Akka.Persistence.Query.InMemory.Tests/Akka.Persistence.Query.InMemory.Tests.csproj index 810e7b78258..6c2802588b9 100644 --- a/src/contrib/persistence/Akka.Persistence.Query.InMemory.Tests/Akka.Persistence.Query.InMemory.Tests.csproj +++ b/src/contrib/persistence/Akka.Persistence.Query.InMemory.Tests/Akka.Persistence.Query.InMemory.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.Query.InMemory.Tests $(NetFrameworkTestVersion);$(NetTestVersion) false diff --git a/src/contrib/persistence/Akka.Persistence.Query.InMemory/Akka.Persistence.Query.InMemory.csproj b/src/contrib/persistence/Akka.Persistence.Query.InMemory/Akka.Persistence.Query.InMemory.csproj index 21495494400..227e81a2d6f 100644 --- a/src/contrib/persistence/Akka.Persistence.Query.InMemory/Akka.Persistence.Query.InMemory.csproj +++ b/src/contrib/persistence/Akka.Persistence.Query.InMemory/Akka.Persistence.Query.InMemory.csproj @@ -1,7 +1,6 @@ - Akka.Persistence.Query.InMemory Akka.NET Persistence Query implementation for InMemory Journal. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;sql;reactive;streams diff --git a/src/contrib/persistence/Akka.Persistence.Query.Sql/Akka.Persistence.Query.Sql.csproj b/src/contrib/persistence/Akka.Persistence.Query.Sql/Akka.Persistence.Query.Sql.csproj index acf7a347785..7568ec2a6d0 100644 --- a/src/contrib/persistence/Akka.Persistence.Query.Sql/Akka.Persistence.Query.Sql.csproj +++ b/src/contrib/persistence/Akka.Persistence.Query.Sql/Akka.Persistence.Query.Sql.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.Query.Sql Akka.NET streams support for ADO.NET Persistence middleware. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;sql;reactive;streams diff --git a/src/contrib/persistence/Akka.Persistence.Sql.Common/Akka.Persistence.Sql.Common.csproj b/src/contrib/persistence/Akka.Persistence.Sql.Common/Akka.Persistence.Sql.Common.csproj index adf455cb200..085a1a62eec 100644 --- a/src/contrib/persistence/Akka.Persistence.Sql.Common/Akka.Persistence.Sql.Common.csproj +++ b/src/contrib/persistence/Akka.Persistence.Sql.Common/Akka.Persistence.Sql.Common.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.Sql.Common Akka.NET Persistence ADO.NET middleware $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;sql diff --git a/src/contrib/persistence/Akka.Persistence.Sql.TestKit/Akka.Persistence.Sql.TestKit.csproj b/src/contrib/persistence/Akka.Persistence.Sql.TestKit/Akka.Persistence.Sql.TestKit.csproj index aafd4ea3be6..15e185f0503 100644 --- a/src/contrib/persistence/Akka.Persistence.Sql.TestKit/Akka.Persistence.Sql.TestKit.csproj +++ b/src/contrib/persistence/Akka.Persistence.Sql.TestKit/Akka.Persistence.Sql.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.Sql.TestKit Akka.NET TestKit for SQL-based ADO.NET Persistence middleware $(NetStandardLibVersion) $(AkkaPackageTags);persistence;testkit;eventsource;sql;reactive;streams diff --git a/src/contrib/persistence/Akka.Persistence.Sqlite.Tests/Akka.Persistence.Sqlite.Tests.csproj b/src/contrib/persistence/Akka.Persistence.Sqlite.Tests/Akka.Persistence.Sqlite.Tests.csproj index b5c87de0505..37363477e99 100644 --- a/src/contrib/persistence/Akka.Persistence.Sqlite.Tests/Akka.Persistence.Sqlite.Tests.csproj +++ b/src/contrib/persistence/Akka.Persistence.Sqlite.Tests/Akka.Persistence.Sqlite.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.Sqlite.Tests $(NetTestVersion) diff --git a/src/contrib/persistence/Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj b/src/contrib/persistence/Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj index 049520e5531..db480846a6f 100644 --- a/src/contrib/persistence/Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj +++ b/src/contrib/persistence/Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj @@ -1,7 +1,6 @@ - Akka.Persistence.Sqlite Akka.NET Persistence journal and snapshot store backed by SQLite. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;sql;sqlite diff --git a/src/contrib/serializers/Akka.Serialization.Hyperion.Tests/Akka.Serialization.Hyperion.Tests.csproj b/src/contrib/serializers/Akka.Serialization.Hyperion.Tests/Akka.Serialization.Hyperion.Tests.csproj index 9bdb96de440..0de152ab90e 100644 --- a/src/contrib/serializers/Akka.Serialization.Hyperion.Tests/Akka.Serialization.Hyperion.Tests.csproj +++ b/src/contrib/serializers/Akka.Serialization.Hyperion.Tests/Akka.Serialization.Hyperion.Tests.csproj @@ -1,7 +1,6 @@  - Akka.Serialization.Hyperion.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/contrib/serializers/Akka.Serialization.Hyperion/Akka.Serialization.Hyperion.csproj b/src/contrib/serializers/Akka.Serialization.Hyperion/Akka.Serialization.Hyperion.csproj index ff24794aeee..f56f45fdf97 100644 --- a/src/contrib/serializers/Akka.Serialization.Hyperion/Akka.Serialization.Hyperion.csproj +++ b/src/contrib/serializers/Akka.Serialization.Hyperion/Akka.Serialization.Hyperion.csproj @@ -1,6 +1,5 @@  - Akka.Serialization.Hyperion Hyperion serializer for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);hyperion;serializer;serialize diff --git a/src/contrib/serializers/Akka.Serialization.TestKit/Akka.Serialization.TestKit.csproj b/src/contrib/serializers/Akka.Serialization.TestKit/Akka.Serialization.TestKit.csproj index 74b9942eb9e..7817741d665 100644 --- a/src/contrib/serializers/Akka.Serialization.TestKit/Akka.Serialization.TestKit.csproj +++ b/src/contrib/serializers/Akka.Serialization.TestKit/Akka.Serialization.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Serialization.TestKit Serialization TestKit for Akka.NET beta $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/contrib/testkits/Akka.TestKit.Xunit/Akka.TestKit.Xunit.csproj b/src/contrib/testkits/Akka.TestKit.Xunit/Akka.TestKit.Xunit.csproj index 0c16a328b8e..96315b826d3 100644 --- a/src/contrib/testkits/Akka.TestKit.Xunit/Akka.TestKit.Xunit.csproj +++ b/src/contrib/testkits/Akka.TestKit.Xunit/Akka.TestKit.Xunit.csproj @@ -1,7 +1,6 @@  - Akka.TestKit.Xunit TestKit for writing tests for Akka.NET using xUnit. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);testkit;xunit diff --git a/src/contrib/testkits/Akka.TestKit.Xunit2/Akka.TestKit.Xunit2.csproj b/src/contrib/testkits/Akka.TestKit.Xunit2/Akka.TestKit.Xunit2.csproj index 5890db46552..96315b826d3 100644 --- a/src/contrib/testkits/Akka.TestKit.Xunit2/Akka.TestKit.Xunit2.csproj +++ b/src/contrib/testkits/Akka.TestKit.Xunit2/Akka.TestKit.Xunit2.csproj @@ -1,7 +1,6 @@  - Akka.TestKit.Xunit2 TestKit for writing tests for Akka.NET using xUnit. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);testkit;xunit diff --git a/src/core/Akka.Cluster.TestKit/Akka.Cluster.TestKit.csproj b/src/core/Akka.Cluster.TestKit/Akka.Cluster.TestKit.csproj index ae80a0da192..32708e2bcf1 100644 --- a/src/core/Akka.Cluster.TestKit/Akka.Cluster.TestKit.csproj +++ b/src/core/Akka.Cluster.TestKit/Akka.Cluster.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.TestKit Helper classes for combining the Akka.Remote.TestKit with Akka.Cluster $(NetStandardLibVersion) $(AkkaPackageTags);network;cluster;testkit diff --git a/src/core/Akka.Cluster.Tests.MultiNode/Akka.Cluster.Tests.MultiNode.csproj b/src/core/Akka.Cluster.Tests.MultiNode/Akka.Cluster.Tests.MultiNode.csproj index 56d5de3a3b8..0e8f7dd106b 100644 --- a/src/core/Akka.Cluster.Tests.MultiNode/Akka.Cluster.Tests.MultiNode.csproj +++ b/src/core/Akka.Cluster.Tests.MultiNode/Akka.Cluster.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.Cluster.Tests.MultiNode $(NetTestVersion) diff --git a/src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj b/src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj index b783c21795d..e53bd504064 100644 --- a/src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj +++ b/src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Cluster.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Cluster/Akka.Cluster.csproj b/src/core/Akka.Cluster/Akka.Cluster.csproj index aec87110173..f8d453d2055 100644 --- a/src/core/Akka.Cluster/Akka.Cluster.csproj +++ b/src/core/Akka.Cluster/Akka.Cluster.csproj @@ -1,7 +1,6 @@  - Akka.Cluster Clustering support for Akka.NET actors. Used to build highly-available, distributed applications. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);network;cluster diff --git a/src/core/Akka.Coordination.Tests/Akka.Coordination.Tests.csproj b/src/core/Akka.Coordination.Tests/Akka.Coordination.Tests.csproj index 03e75495375..bee5077a774 100644 --- a/src/core/Akka.Coordination.Tests/Akka.Coordination.Tests.csproj +++ b/src/core/Akka.Coordination.Tests/Akka.Coordination.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Coordination.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Coordination/Akka.Coordination.csproj b/src/core/Akka.Coordination/Akka.Coordination.csproj index aa302042fdc..219ba6358be 100644 --- a/src/core/Akka.Coordination/Akka.Coordination.csproj +++ b/src/core/Akka.Coordination/Akka.Coordination.csproj @@ -1,7 +1,6 @@  - Akka.Coordination Distributed coordination support for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags) diff --git a/src/core/Akka.Discovery.Tests/Akka.Discovery.Tests.csproj b/src/core/Akka.Discovery.Tests/Akka.Discovery.Tests.csproj index 072c9818b61..bbbf1dfce29 100644 --- a/src/core/Akka.Discovery.Tests/Akka.Discovery.Tests.csproj +++ b/src/core/Akka.Discovery.Tests/Akka.Discovery.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Discovery.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Discovery/Akka.Discovery.csproj b/src/core/Akka.Discovery/Akka.Discovery.csproj index ddacb7b11c5..7ef45aa7168 100644 --- a/src/core/Akka.Discovery/Akka.Discovery.csproj +++ b/src/core/Akka.Discovery/Akka.Discovery.csproj @@ -1,7 +1,6 @@  - Akka.Discovery Service Discovery for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags) diff --git a/src/core/Akka.Docs.Tests/Akka.Docs.Tests.csproj b/src/core/Akka.Docs.Tests/Akka.Docs.Tests.csproj index db6e916f611..2bf21edb3c9 100644 --- a/src/core/Akka.Docs.Tests/Akka.Docs.Tests.csproj +++ b/src/core/Akka.Docs.Tests/Akka.Docs.Tests.csproj @@ -1,7 +1,6 @@  - Akka.Docs.Tests $(NetFrameworkTestVersion);$(NetTestVersion) DocsExamples diff --git a/src/core/Akka.Docs.Tutorials/Akka.Docs.Tutorials.csproj b/src/core/Akka.Docs.Tutorials/Akka.Docs.Tutorials.csproj index db65e8c976b..a0028332bd2 100644 --- a/src/core/Akka.Docs.Tutorials/Akka.Docs.Tutorials.csproj +++ b/src/core/Akka.Docs.Tutorials/Akka.Docs.Tutorials.csproj @@ -1,6 +1,5 @@  - Akka.Docs.Tutorials $(NetFrameworkTestVersion);$(NetTestVersion) Tutorials false diff --git a/src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj b/src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj index 1daca4bec6c..1b24ad204d1 100644 --- a/src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj +++ b/src/core/Akka.FSharp.Tests/Akka.FSharp.Tests.fsproj @@ -2,7 +2,6 @@ - Akka.FSharp.Tests $(NetTestVersion) false false diff --git a/src/core/Akka.FSharp/Akka.FSharp.fsproj b/src/core/Akka.FSharp/Akka.FSharp.fsproj index c7ea80a7b9a..c937cef0805 100644 --- a/src/core/Akka.FSharp/Akka.FSharp.fsproj +++ b/src/core/Akka.FSharp/Akka.FSharp.fsproj @@ -1,7 +1,6 @@  - Akka.FSharp F# API support for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);F#;fsharp diff --git a/src/core/Akka.Persistence.FSharp/Akka.Persistence.FSharp.fsproj b/src/core/Akka.Persistence.FSharp/Akka.Persistence.FSharp.fsproj index 02bff909ce0..b47606e5f45 100644 --- a/src/core/Akka.Persistence.FSharp/Akka.Persistence.FSharp.fsproj +++ b/src/core/Akka.Persistence.FSharp/Akka.Persistence.FSharp.fsproj @@ -1,7 +1,6 @@  - Akka.Persistence.FSharp F# API for persistence actors in Akka.NET $(NetStandardLibVersion);$(NetLibVersion) akka;actors;actor model;Akka;concurrency;F#;Fsharp;persistence;eventsource diff --git a/src/core/Akka.Persistence.Query.Tests/Akka.Persistence.Query.Tests.csproj b/src/core/Akka.Persistence.Query.Tests/Akka.Persistence.Query.Tests.csproj index f08c506d5a8..1b5f194e170 100644 --- a/src/core/Akka.Persistence.Query.Tests/Akka.Persistence.Query.Tests.csproj +++ b/src/core/Akka.Persistence.Query.Tests/Akka.Persistence.Query.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.Query.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Persistence.Query/Akka.Persistence.Query.csproj b/src/core/Akka.Persistence.Query/Akka.Persistence.Query.csproj index f51dafb26db..3c1a8922793 100644 --- a/src/core/Akka.Persistence.Query/Akka.Persistence.Query.csproj +++ b/src/core/Akka.Persistence.Query/Akka.Persistence.Query.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.Query Stream based query interface for persistence journal plugins for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;query;stream diff --git a/src/core/Akka.Persistence.TCK.Tests/Akka.Persistence.TCK.Tests.csproj b/src/core/Akka.Persistence.TCK.Tests/Akka.Persistence.TCK.Tests.csproj index a69756e4f4a..997c38d0f13 100644 --- a/src/core/Akka.Persistence.TCK.Tests/Akka.Persistence.TCK.Tests.csproj +++ b/src/core/Akka.Persistence.TCK.Tests/Akka.Persistence.TCK.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.TCK.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Persistence.TCK/Akka.Persistence.TCK.csproj b/src/core/Akka.Persistence.TCK/Akka.Persistence.TCK.csproj index 13ddaafad87..b8dd14c05cb 100644 --- a/src/core/Akka.Persistence.TCK/Akka.Persistence.TCK.csproj +++ b/src/core/Akka.Persistence.TCK/Akka.Persistence.TCK.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.TCK Testkit for Persistence actor support for Akka.NET $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);persistence;eventsource;tck diff --git a/src/core/Akka.Persistence.TestKit.Tests/Akka.Persistence.TestKit.Tests.csproj b/src/core/Akka.Persistence.TestKit.Tests/Akka.Persistence.TestKit.Tests.csproj index 22340047570..741419f95b0 100644 --- a/src/core/Akka.Persistence.TestKit.Tests/Akka.Persistence.TestKit.Tests.csproj +++ b/src/core/Akka.Persistence.TestKit.Tests/Akka.Persistence.TestKit.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.TestKit.Tests $(NetFrameworkTestVersion);$(NetTestVersion) false diff --git a/src/core/Akka.Persistence.TestKit.Xunit2/Akka.Persistence.TestKit.Xunit2.csproj b/src/core/Akka.Persistence.TestKit.Xunit2/Akka.Persistence.TestKit.Xunit2.csproj index 4d37561f845..5408efdbd11 100644 --- a/src/core/Akka.Persistence.TestKit.Xunit2/Akka.Persistence.TestKit.Xunit2.csproj +++ b/src/core/Akka.Persistence.TestKit.Xunit2/Akka.Persistence.TestKit.Xunit2.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.TestKit.Xunit2 TestKit for writing tests for Akka.NET Persistance module using xUnit $(NetStandardLibVersion) $(AkkaPackageTags);testkit;persistance;xunit diff --git a/src/core/Akka.Persistence.TestKit/Akka.Persistence.TestKit.csproj b/src/core/Akka.Persistence.TestKit/Akka.Persistence.TestKit.csproj index 76a37ecadaf..b09dc51fc99 100644 --- a/src/core/Akka.Persistence.TestKit/Akka.Persistence.TestKit.csproj +++ b/src/core/Akka.Persistence.TestKit/Akka.Persistence.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Persistence.TestKit TestKit for writing tests for Akka.NET Persistance module. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);testkit;persistance diff --git a/src/core/Akka.Persistence.Tests/Akka.Persistence.Tests.csproj b/src/core/Akka.Persistence.Tests/Akka.Persistence.Tests.csproj index 0cc4319cc79..19fc6c63e19 100644 --- a/src/core/Akka.Persistence.Tests/Akka.Persistence.Tests.csproj +++ b/src/core/Akka.Persistence.Tests/Akka.Persistence.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Persistence.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Persistence/Akka.Persistence.csproj b/src/core/Akka.Persistence/Akka.Persistence.csproj index df34c16d292..8230a55e3b5 100644 --- a/src/core/Akka.Persistence/Akka.Persistence.csproj +++ b/src/core/Akka.Persistence/Akka.Persistence.csproj @@ -1,6 +1,5 @@  - Akka.Persistence $(NetStandardLibVersion);$(NetLibVersion) Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion. $(AkkaPackageTags);persistence;eventsource diff --git a/src/core/Akka.Remote.TestKit.Tests/Akka.Remote.TestKit.Tests.csproj b/src/core/Akka.Remote.TestKit.Tests/Akka.Remote.TestKit.Tests.csproj index 2217cafd171..632887d10ca 100644 --- a/src/core/Akka.Remote.TestKit.Tests/Akka.Remote.TestKit.Tests.csproj +++ b/src/core/Akka.Remote.TestKit.Tests/Akka.Remote.TestKit.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Remote.TestKit.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Remote.TestKit/Akka.Remote.TestKit.csproj b/src/core/Akka.Remote.TestKit/Akka.Remote.TestKit.csproj index a59b88e7e49..26dcb780de3 100644 --- a/src/core/Akka.Remote.TestKit/Akka.Remote.TestKit.csproj +++ b/src/core/Akka.Remote.TestKit/Akka.Remote.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Remote.TestKit TestKit for Testing Distributed Akka.NET Applications $(NetStandardLibVersion) $(AkkaPackageTags);network;testkit diff --git a/src/core/Akka.Remote.Tests.MultiNode/Akka.Remote.Tests.MultiNode.csproj b/src/core/Akka.Remote.Tests.MultiNode/Akka.Remote.Tests.MultiNode.csproj index b81aaca1386..63dee9d4898 100644 --- a/src/core/Akka.Remote.Tests.MultiNode/Akka.Remote.Tests.MultiNode.csproj +++ b/src/core/Akka.Remote.Tests.MultiNode/Akka.Remote.Tests.MultiNode.csproj @@ -1,7 +1,6 @@  - Akka.Remote.Tests.MultiNode $(NetTestVersion) diff --git a/src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj b/src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj index 004374c7329..5dab77b1f19 100644 --- a/src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj +++ b/src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Remote.Tests $(NetTestVersion) diff --git a/src/core/Akka.Remote/Akka.Remote.csproj b/src/core/Akka.Remote/Akka.Remote.csproj index becd543a6a8..66508aa2f4a 100644 --- a/src/core/Akka.Remote/Akka.Remote.csproj +++ b/src/core/Akka.Remote/Akka.Remote.csproj @@ -1,6 +1,5 @@  - Akka.Remote Remoting support for Akka.NET. Allows actors to communicate over the network. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags);network diff --git a/src/core/Akka.Streams.TestKit.Tests/Akka.Streams.TestKit.Tests.csproj b/src/core/Akka.Streams.TestKit.Tests/Akka.Streams.TestKit.Tests.csproj index b25f6c6d902..9d10c2645c3 100644 --- a/src/core/Akka.Streams.TestKit.Tests/Akka.Streams.TestKit.Tests.csproj +++ b/src/core/Akka.Streams.TestKit.Tests/Akka.Streams.TestKit.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Streams.TestKit.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Streams.TestKit/Akka.Streams.TestKit.csproj b/src/core/Akka.Streams.TestKit/Akka.Streams.TestKit.csproj index 6859b443a07..1a6eb2b6e91 100644 --- a/src/core/Akka.Streams.TestKit/Akka.Streams.TestKit.csproj +++ b/src/core/Akka.Streams.TestKit/Akka.Streams.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.Streams.TestKit Testkit for Reactive stream support for Akka.NET $(NetStandardLibVersion) $(AkkaPackageTags);reactive;stream;testkit diff --git a/src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj b/src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj index 9662a7f9d0a..b5d6a880f79 100644 --- a/src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj +++ b/src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj @@ -1,7 +1,6 @@ - Akka.Streams.Tests.TCK $(NetFrameworkTestVersion) diff --git a/src/core/Akka.Streams.Tests/Akka.Streams.Tests.csproj b/src/core/Akka.Streams.Tests/Akka.Streams.Tests.csproj index 5c6c8b9c93e..e0a2d53dec9 100644 --- a/src/core/Akka.Streams.Tests/Akka.Streams.Tests.csproj +++ b/src/core/Akka.Streams.Tests/Akka.Streams.Tests.csproj @@ -1,7 +1,6 @@  - Akka.Streams.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.Streams/Akka.Streams.csproj b/src/core/Akka.Streams/Akka.Streams.csproj index 2cbc1a29606..68d310f9d76 100644 --- a/src/core/Akka.Streams/Akka.Streams.csproj +++ b/src/core/Akka.Streams/Akka.Streams.csproj @@ -1,6 +1,5 @@  - 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);$(NetLibVersion) diff --git a/src/core/Akka.TestKit.Tests/Akka.TestKit.Tests.csproj b/src/core/Akka.TestKit.Tests/Akka.TestKit.Tests.csproj index 8484128da4d..9d272a6a457 100644 --- a/src/core/Akka.TestKit.Tests/Akka.TestKit.Tests.csproj +++ b/src/core/Akka.TestKit.Tests/Akka.TestKit.Tests.csproj @@ -1,7 +1,6 @@  - Akka.TestKit.Tests $(NetFrameworkTestVersion);$(NetTestVersion) diff --git a/src/core/Akka.TestKit/Akka.TestKit.csproj b/src/core/Akka.TestKit/Akka.TestKit.csproj index d73ac426381..cdf190ce309 100644 --- a/src/core/Akka.TestKit/Akka.TestKit.csproj +++ b/src/core/Akka.TestKit/Akka.TestKit.csproj @@ -1,7 +1,6 @@  - Akka.TestKit You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework. $(NetStandardLibVersion);$(NetLibVersion) $(AkkaPackageTags) diff --git a/src/core/Akka.Tests/Akka.Tests.csproj b/src/core/Akka.Tests/Akka.Tests.csproj index bbb058ce659..5d5455f948e 100644 --- a/src/core/Akka.Tests/Akka.Tests.csproj +++ b/src/core/Akka.Tests/Akka.Tests.csproj @@ -2,7 +2,6 @@ - Akka.Tests $(NetFrameworkTestVersion);$(NetTestVersion) $(NetTestVersion) diff --git a/src/core/Akka/Akka.csproj b/src/core/Akka/Akka.csproj index 30a3acf1ad4..72c50e2f71d 100644 --- a/src/core/Akka/Akka.csproj +++ b/src/core/Akka/Akka.csproj @@ -1,7 +1,6 @@ - Akka $(NetStandardLibVersion);$(NetLibVersion) Canonical actor model implementation for .NET with local + distributed actors in C# and F#. $(AkkaPackageTags)