diff --git a/Directory.Build.props b/Directory.Build.props index 505d8ef..e1be1f4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,31 +11,44 @@ StrongOf helps to implement primitives as a strong type that represents a domain object (e.g. UserId, EmailAddress, etc.). It is a simple class that wraps a value and provides a few helper methods to make it easier to work with. In contrast to other approaches, StrongOf is above all simple and performant - and not over-engineered. + en-US + true + embedded - - + + $(MSBuildProjectName.Contains('Test')) + $(MsBuildProjectName.Contains('Benchmark')) + + + StrongOf BenjaminAbt.StrongOf - - + net7.0;net8.0 - - + false https://github.com/BenjaminAbt/StrongOf + true + Primitive Obsession with .NET + 2.12 Strong, StrongOf, DDD, Value Objects, Domain Driven Design + false + true - - + 12.0 enable enable true + + + true + diff --git a/src/StrongOf.AspNetCore/StrongOf.AspNetCore.csproj b/src/StrongOf.AspNetCore/StrongOf.AspNetCore.csproj index fa023f8..f9cf339 100644 --- a/src/StrongOf.AspNetCore/StrongOf.AspNetCore.csproj +++ b/src/StrongOf.AspNetCore/StrongOf.AspNetCore.csproj @@ -1,7 +1,6 @@  - - + true readme.md LICENSE.txt diff --git a/src/StrongOf.FluentValidation/StrongOf.FluentValidation.csproj b/src/StrongOf.FluentValidation/StrongOf.FluentValidation.csproj index ac1f44a..fe168c4 100644 --- a/src/StrongOf.FluentValidation/StrongOf.FluentValidation.csproj +++ b/src/StrongOf.FluentValidation/StrongOf.FluentValidation.csproj @@ -1,7 +1,6 @@  - - + true readme.md LICENSE.txt diff --git a/src/StrongOf.Json/StrongOf.Json.csproj b/src/StrongOf.Json/StrongOf.Json.csproj index 9fbac99..7be2ecb 100644 --- a/src/StrongOf.Json/StrongOf.Json.csproj +++ b/src/StrongOf.Json/StrongOf.Json.csproj @@ -1,7 +1,6 @@  - - + true readme.md LICENSE.txt @@ -17,6 +16,6 @@ - + diff --git a/src/StrongOf/StrongOf.csproj b/src/StrongOf/StrongOf.csproj index e794523..f13cfe7 100644 --- a/src/StrongOf/StrongOf.csproj +++ b/src/StrongOf/StrongOf.csproj @@ -1,7 +1,6 @@  - - + true readme.md LICENSE.txt