|
28 | 28 | <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)BenjaminAbt.StrongOf.snk</AssemblyOriginatorKeyFile> |
29 | 29 |
|
30 | 30 | <PublicKey> |
31 | | - 0024000004800000940000000602000000240000525341310004000001000100a19f5c9b522bba |
32 | | - 2b14442a92edac88ebfad09ade036005cdbcfdb574e78f5b60612a92b18b73acb1a3ecc933fb2d |
33 | | - 5836f648ef15819a49eea44b6de6d9966375cc4fa08f523c18463f4ee57ef3ed63500a993e125f |
34 | | - 44a374ea17b450962a1b14a13d8ccb0c36d7d3886e54a739103aa32d8c66b92aa25880e80ec088 |
35 | | - 1e91649c |
| 31 | + 0024000004800000940000000602000000240000525341310004000001000100a19f5c9b522bba |
| 32 | + 2b14442a92edac88ebfad09ade036005cdbcfdb574e78f5b60612a92b18b73acb1a3ecc933fb2d |
| 33 | + 5836f648ef15819a49eea44b6de6d9966375cc4fa08f523c18463f4ee57ef3ed63500a993e125f |
| 34 | + 44a374ea17b450962a1b14a13d8ccb0c36d7d3886e54a739103aa32d8c66b92aa25880e80ec088 |
| 35 | + 1e91649c |
36 | 36 | </PublicKey> |
37 | 37 | </PropertyGroup> |
38 | 38 |
|
|
53 | 53 |
|
54 | 54 | <Title>StrongOf - Strong Type your stuff!</Title> |
55 | 55 | <Description> |
56 | | - 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. |
57 | | - In contrast to other approaches, StrongOf is above all simple and performant - and not over-engineered. |
| 56 | + 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. |
| 57 | + In contrast to other approaches, StrongOf is above all simple and performant - and not over-engineered. |
58 | 58 | </Description> |
59 | 59 | <PackageProjectUrl>https://github.com/BenjaminAbt/StrongOf</PackageProjectUrl> |
60 | 60 | <RepositoryUrl>https://github.com/BenjaminAbt/StrongOf</RepositoryUrl> |
|
110 | 110 | <PrivateAssets>all</PrivateAssets> |
111 | 111 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
112 | 112 | </PackageReference> |
113 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" /> |
114 | | - <PackageReference Include="Microsoft.CodeAnalysis.Common" /> |
115 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" /> |
| 113 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces"> |
| 114 | + <PrivateAssets>all</PrivateAssets> |
| 115 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 116 | + </PackageReference> |
| 117 | + <PackageReference Include="Microsoft.CodeAnalysis.Common"> |
| 118 | + <PrivateAssets>all</PrivateAssets> |
| 119 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 120 | + </PackageReference> |
| 121 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp"> |
| 122 | + <PrivateAssets>all</PrivateAssets> |
| 123 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 124 | + </PackageReference> |
116 | 125 | <PackageReference Include="Meziantou.Analyzer"> |
117 | 126 | <PrivateAssets>all</PrivateAssets> |
118 | 127 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
0 commit comments