diff --git a/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj b/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj index 133f1f6..b82da21 100644 --- a/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj +++ b/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj @@ -15,6 +15,7 @@ true true snupkg + false AMWD.Common.AspNetCore icon.png @@ -22,6 +23,7 @@ git https://git.am-wd.de/AM.WD/common.git + true AM.WD Common Library for ASP.NET Core Library with classes and extensions used frequently on AM.WD projects. @@ -31,12 +33,20 @@ MIT + + true + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj b/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj index 678ef60..479de78 100644 --- a/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj +++ b/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj @@ -15,6 +15,7 @@ true true snupkg + false AMWD.Common.EntityFrameworkCore icon.png @@ -22,6 +23,7 @@ git https://git.am-wd.de/AM.WD/common.git + true AM.WD Common Library for EntityFramework Core Library with classes and extensions used frequently on AM.WD projects. @@ -31,6 +33,10 @@ MIT + + true + + @@ -49,6 +55,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AMWD.Common.Moq/AMWD.Common.Moq.csproj b/AMWD.Common.Moq/AMWD.Common.Moq.csproj index 45a164c..4e91a37 100644 --- a/AMWD.Common.Moq/AMWD.Common.Moq.csproj +++ b/AMWD.Common.Moq/AMWD.Common.Moq.csproj @@ -15,6 +15,7 @@ true true snupkg + false AMWD.Common.Moq icon.png @@ -22,6 +23,7 @@ git https://git.am-wd.de/AM.WD/common.git + true AM.WD Common Library for Moq Library with classes and extensions used frequently on AM.WD projects. @@ -31,11 +33,19 @@ MIT + + true + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all diff --git a/AMWD.Common/AMWD.Common.csproj b/AMWD.Common/AMWD.Common.csproj index 66140a5..44f275a 100644 --- a/AMWD.Common/AMWD.Common.csproj +++ b/AMWD.Common/AMWD.Common.csproj @@ -15,6 +15,7 @@ true true snupkg + false AMWD.Common icon.png @@ -22,6 +23,7 @@ git https://git.am-wd.de/AM.WD/common.git + true AM.WD Common Library Library with classes and extensions used frequently on AM.WD projects. @@ -30,6 +32,10 @@ © {copyright:2020-} AM.WD MIT + + + true + @@ -38,6 +44,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +