diff --git a/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj b/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj index d86f79a..086235d 100644 --- a/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj +++ b/src/NuttyTree.NetDaemon.Application/NuttyTree.NetDaemon.Application.csproj @@ -8,7 +8,7 @@ - + @@ -16,11 +16,11 @@ - - + + - + @@ -32,4 +32,11 @@ + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj b/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj index 6c36d1b..18ee2bb 100644 --- a/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj +++ b/src/NuttyTree.NetDaemon.ExternalServices/NuttyTree.NetDaemon.ExternalServices.csproj @@ -8,11 +8,18 @@ - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj b/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj index 3fc7fcb..6aaa9cd 100644 --- a/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj +++ b/src/NuttyTree.NetDaemon.Infrastructure/NuttyTree.NetDaemon.Infrastructure.csproj @@ -7,18 +7,25 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - - + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj b/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj index 511c1f4..e6e76f5 100644 --- a/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj +++ b/src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj @@ -9,7 +9,7 @@ - + @@ -27,4 +27,11 @@ + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/tests/NuttyTree.NetDaemon.Application.UnitTests/NuttyTree.NetDaemon.Application.UnitTests.csproj b/tests/NuttyTree.NetDaemon.Application.UnitTests/NuttyTree.NetDaemon.Application.UnitTests.csproj index 9747d2c..4a9d1bb 100644 --- a/tests/NuttyTree.NetDaemon.Application.UnitTests/NuttyTree.NetDaemon.Application.UnitTests.csproj +++ b/tests/NuttyTree.NetDaemon.Application.UnitTests/NuttyTree.NetDaemon.Application.UnitTests.csproj @@ -6,11 +6,11 @@ - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all