diff --git a/src/Moryx.AbstractionLayer.Products.Endpoints/Moryx.AbstractionLayer.Products.Endpoints.csproj b/src/Moryx.AbstractionLayer.Products.Endpoints/Moryx.AbstractionLayer.Products.Endpoints.csproj
index a912a5507..b5eeaf342 100644
--- a/src/Moryx.AbstractionLayer.Products.Endpoints/Moryx.AbstractionLayer.Products.Endpoints.csproj
+++ b/src/Moryx.AbstractionLayer.Products.Endpoints/Moryx.AbstractionLayer.Products.Endpoints.csproj
@@ -4,7 +4,6 @@
net8.0
Endpoints for the Product Facade
true
- true
MORYX;IIoT;IoT;
diff --git a/src/Moryx.AbstractionLayer.Resources.Endpoints/Moryx.AbstractionLayer.Resources.Endpoints.csproj b/src/Moryx.AbstractionLayer.Resources.Endpoints/Moryx.AbstractionLayer.Resources.Endpoints.csproj
index cf4f3350d..21907fa30 100644
--- a/src/Moryx.AbstractionLayer.Resources.Endpoints/Moryx.AbstractionLayer.Resources.Endpoints.csproj
+++ b/src/Moryx.AbstractionLayer.Resources.Endpoints/Moryx.AbstractionLayer.Resources.Endpoints.csproj
@@ -4,7 +4,6 @@
net8.0
true
REST Api in order to interact with the resource management
- true
MORYX;IIoT;IoT;Resource
diff --git a/src/Moryx.AbstractionLayer.TestTools/Moryx.AbstractionLayer.TestTools.csproj b/src/Moryx.AbstractionLayer.TestTools/Moryx.AbstractionLayer.TestTools.csproj
index 04b58a92f..f572eb116 100644
--- a/src/Moryx.AbstractionLayer.TestTools/Moryx.AbstractionLayer.TestTools.csproj
+++ b/src/Moryx.AbstractionLayer.TestTools/Moryx.AbstractionLayer.TestTools.csproj
@@ -4,7 +4,6 @@
net8.0
true
Additional AbstractionLayer implementations for Tests
- true
MORYX;IIoT;IoT;Abstraction;Tests
diff --git a/src/Moryx.AbstractionLayer/Moryx.AbstractionLayer.csproj b/src/Moryx.AbstractionLayer/Moryx.AbstractionLayer.csproj
index 2bd6f6433..f3779fc05 100644
--- a/src/Moryx.AbstractionLayer/Moryx.AbstractionLayer.csproj
+++ b/src/Moryx.AbstractionLayer/Moryx.AbstractionLayer.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
Domain model types and definitions of Cyber-physical systems in IIoT projects.
- true
MORYX;IIoT;IoT;Hardware;Communication;Manufacturing;Industrial;Abstraction;Realtime
diff --git a/src/Moryx.Asp.Extensions/Moryx.Asp.Extensions.csproj b/src/Moryx.Asp.Extensions/Moryx.Asp.Extensions.csproj
index 3bc5f8156..27255d156 100644
--- a/src/Moryx.Asp.Extensions/Moryx.Asp.Extensions.csproj
+++ b/src/Moryx.Asp.Extensions/Moryx.Asp.Extensions.csproj
@@ -3,7 +3,6 @@
net8.0
Extensions for the Integration of MORYX in ASP.NET Core
- true
MORYX;ASP
diff --git a/src/Moryx.CommandCenter.Web/Moryx.CommandCenter.Web.csproj b/src/Moryx.CommandCenter.Web/Moryx.CommandCenter.Web.csproj
index bde6f97b1..3b23fff5b 100644
--- a/src/Moryx.CommandCenter.Web/Moryx.CommandCenter.Web.csproj
+++ b/src/Moryx.CommandCenter.Web/Moryx.CommandCenter.Web.csproj
@@ -10,7 +10,6 @@
net8.0
true
- true
diff --git a/src/Moryx.Communication.Serial/Moryx.Communication.Serial.csproj b/src/Moryx.Communication.Serial/Moryx.Communication.Serial.csproj
index d26930255..353b1adb0 100644
--- a/src/Moryx.Communication.Serial/Moryx.Communication.Serial.csproj
+++ b/src/Moryx.Communication.Serial/Moryx.Communication.Serial.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
MORYX binary connection for serial communication
- true
MORYX;Communication;Serial;Ports
diff --git a/src/Moryx.Container/Moryx.Container.csproj b/src/Moryx.Container/Moryx.Container.csproj
index ed472f116..dec10b0f8 100644
--- a/src/Moryx.Container/Moryx.Container.csproj
+++ b/src/Moryx.Container/Moryx.Container.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
MORYX container functionality based on Castle.Windsor.
- true
MORYX;Container;IoC
diff --git a/src/Moryx.DependentTestModule/Moryx.DependentTestModule.csproj b/src/Moryx.DependentTestModule/Moryx.DependentTestModule.csproj
index 989e70890..b3691c8a7 100644
--- a/src/Moryx.DependentTestModule/Moryx.DependentTestModule.csproj
+++ b/src/Moryx.DependentTestModule/Moryx.DependentTestModule.csproj
@@ -4,6 +4,7 @@
net8.0
Moryx Runtime Module: DependentTestModule
+ false
diff --git a/src/Moryx.Model.InMemory/Moryx.Model.InMemory.csproj b/src/Moryx.Model.InMemory/Moryx.Model.InMemory.csproj
index 68ede0d8c..f6de585e6 100644
--- a/src/Moryx.Model.InMemory/Moryx.Model.InMemory.csproj
+++ b/src/Moryx.Model.InMemory/Moryx.Model.InMemory.csproj
@@ -4,7 +4,6 @@
net8.0
true
InMemory extension for unit tests referencing Moryx.Model
- true
MORYX;Entity;Framework;EntityFramework;DataModel;Model;Database;InMemory;Effort
diff --git a/src/Moryx.Model.PostgreSQL/Moryx.Model.PostgreSQL.csproj b/src/Moryx.Model.PostgreSQL/Moryx.Model.PostgreSQL.csproj
index 016742711..e45126e44 100644
--- a/src/Moryx.Model.PostgreSQL/Moryx.Model.PostgreSQL.csproj
+++ b/src/Moryx.Model.PostgreSQL/Moryx.Model.PostgreSQL.csproj
@@ -4,7 +4,6 @@
net8.0
true
Adapter for Moryx.Model on PostgreSQL
- true
MORYX;Entity;Framework;EntityFramework;DataModel;Model;Database;Npgsql;PostgreSQL;Postgres
diff --git a/src/Moryx.Model.Sqlite/Moryx.Model.Sqlite.csproj b/src/Moryx.Model.Sqlite/Moryx.Model.Sqlite.csproj
index a7c96cb27..7ab5ba4bc 100644
--- a/src/Moryx.Model.Sqlite/Moryx.Model.Sqlite.csproj
+++ b/src/Moryx.Model.Sqlite/Moryx.Model.Sqlite.csproj
@@ -4,7 +4,6 @@
net8.0
true
Adapter for Moryx.Model on Sqlite
- true
MORYX;Entity;Framework;EntityFramework;DataModel;Model;Database;Sqlite
diff --git a/src/Moryx.Model/Moryx.Model.csproj b/src/Moryx.Model/Moryx.Model.csproj
index 059f3ba71..31addd467 100644
--- a/src/Moryx.Model/Moryx.Model.csproj
+++ b/src/Moryx.Model/Moryx.Model.csproj
@@ -4,7 +4,6 @@
net8.0
true
Datamodel integration for MORYX applications based on Entity Framework
- true
MORYX;Entity;Framework;EntityFramework;DataModel;Model;Database
diff --git a/src/Moryx.Notifications/Moryx.Notifications.csproj b/src/Moryx.Notifications/Moryx.Notifications.csproj
index 4cf00f863..c4842c763 100644
--- a/src/Moryx.Notifications/Moryx.Notifications.csproj
+++ b/src/Moryx.Notifications/Moryx.Notifications.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
Types and interfaces for notifications within MORYX applications
- true
MORYX;IIoT;IoT;Notifications
diff --git a/src/Moryx.Products.Management/Moryx.Products.Management.csproj b/src/Moryx.Products.Management/Moryx.Products.Management.csproj
index 94f9ce7de..30ae80781 100644
--- a/src/Moryx.Products.Management/Moryx.Products.Management.csproj
+++ b/src/Moryx.Products.Management/Moryx.Products.Management.csproj
@@ -4,7 +4,6 @@
net8.0
true
ProductManagement module hosting product types and instances, as well as recipes and workplans.
- true
MORYX;IIoT;IoT;Product;Manufacturing;Management;API
diff --git a/src/Moryx.Products.Model/Moryx.Products.Model.csproj b/src/Moryx.Products.Model/Moryx.Products.Model.csproj
index 7a5f1f765..5291b228b 100644
--- a/src/Moryx.Products.Model/Moryx.Products.Model.csproj
+++ b/src/Moryx.Products.Model/Moryx.Products.Model.csproj
@@ -4,7 +4,6 @@
net8.0
true
Database model for the ProductManagement module
- true
MORYX;IIoT;IoT;Product;Manufacturing;Management
diff --git a/src/Moryx.Products.Samples/Moryx.Products.Samples.csproj b/src/Moryx.Products.Samples/Moryx.Products.Samples.csproj
index 82216f239..ccd43227d 100644
--- a/src/Moryx.Products.Samples/Moryx.Products.Samples.csproj
+++ b/src/Moryx.Products.Samples/Moryx.Products.Samples.csproj
@@ -3,6 +3,7 @@
net8.0
false
+ false
diff --git a/src/Moryx.Resources.Management/Moryx.Resources.Management.csproj b/src/Moryx.Resources.Management/Moryx.Resources.Management.csproj
index 5081c4556..ecff4994c 100644
--- a/src/Moryx.Resources.Management/Moryx.Resources.Management.csproj
+++ b/src/Moryx.Resources.Management/Moryx.Resources.Management.csproj
@@ -4,7 +4,6 @@
net8.0
true
ResourceManagement module composing and maintaining the resource graph as the habitat for digital twins of manufacturing assets.
- true
MORYX;IIoT;IoT;Manufacturing;API;Resource
diff --git a/src/Moryx.Resources.Samples/Moryx.Resources.Samples.csproj b/src/Moryx.Resources.Samples/Moryx.Resources.Samples.csproj
index e76d4c89e..8c94687ef 100644
--- a/src/Moryx.Resources.Samples/Moryx.Resources.Samples.csproj
+++ b/src/Moryx.Resources.Samples/Moryx.Resources.Samples.csproj
@@ -3,6 +3,7 @@
netstandard2.0;net8.0
true
+ false
diff --git a/src/Moryx.Runtime.Endpoints/Moryx.Runtime.Endpoints.csproj b/src/Moryx.Runtime.Endpoints/Moryx.Runtime.Endpoints.csproj
index cf3c51ceb..ceda8ed4d 100644
--- a/src/Moryx.Runtime.Endpoints/Moryx.Runtime.Endpoints.csproj
+++ b/src/Moryx.Runtime.Endpoints/Moryx.Runtime.Endpoints.csproj
@@ -2,7 +2,6 @@
net8.0
- true
diff --git a/src/Moryx.Runtime.Kernel/Moryx.Runtime.Kernel.csproj b/src/Moryx.Runtime.Kernel/Moryx.Runtime.Kernel.csproj
index 5bfe48ccb..6b50d5ad1 100644
--- a/src/Moryx.Runtime.Kernel/Moryx.Runtime.Kernel.csproj
+++ b/src/Moryx.Runtime.Kernel/Moryx.Runtime.Kernel.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
Kernel components that comprise the MORYX server side runtime environment
- true
MORYX;Kernel;Runtime;Server
diff --git a/src/Moryx.Runtime/Moryx.Runtime.csproj b/src/Moryx.Runtime/Moryx.Runtime.csproj
index 1da28113c..8c4839e1c 100644
--- a/src/Moryx.Runtime/Moryx.Runtime.csproj
+++ b/src/Moryx.Runtime/Moryx.Runtime.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
Server side component types and implementations for MORYX applications
- true
MORYX;Runtime;Server
diff --git a/src/Moryx.TestModule/Moryx.TestModule.csproj b/src/Moryx.TestModule/Moryx.TestModule.csproj
index 3520b8818..4a68a1cf7 100644
--- a/src/Moryx.TestModule/Moryx.TestModule.csproj
+++ b/src/Moryx.TestModule/Moryx.TestModule.csproj
@@ -4,6 +4,7 @@
net8.0
Moryx Runtime Module: TestModuleKestrel.
Library
+ false
diff --git a/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj b/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj
index 943e7aeb1..3fa69dc19 100644
--- a/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj
+++ b/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj
@@ -2,6 +2,7 @@
net8.0
+ false
diff --git a/src/Moryx.TestTools.UnitTest/Moryx.TestTools.UnitTest.csproj b/src/Moryx.TestTools.UnitTest/Moryx.TestTools.UnitTest.csproj
index 81265093b..872b1a81d 100644
--- a/src/Moryx.TestTools.UnitTest/Moryx.TestTools.UnitTest.csproj
+++ b/src/Moryx.TestTools.UnitTest/Moryx.TestTools.UnitTest.csproj
@@ -4,7 +4,6 @@
netstandard2.0;net8.0
true
Library with helper classes for UnitTests.
- true
MORYX;Tests;UnitTests
diff --git a/src/Moryx/Moryx.csproj b/src/Moryx/Moryx.csproj
index d4aff4303..39398326e 100644
--- a/src/Moryx/Moryx.csproj
+++ b/src/Moryx/Moryx.csproj
@@ -5,7 +5,6 @@
true
true
Core package of the MORYX ecosystem. It defines the necessary types for MORYX compatibility as well as commonly required tools.
- true
MORYX;Serialization;Configuration;Logging;Core;Modules;Workplans