|
4 | 4 | <!--<TargetFramework>netstandard2.0</TargetFramework>--> |
5 | 5 | <TargetFrameworks>net40;net45;netstandard2.0;netstandard2.1</TargetFrameworks> |
6 | 6 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
7 | | - <Authors>RzR</Authors> |
8 | | - <Copyright>RzR</Copyright> |
| 7 | + <Authors>RzR</Authors> |
| 8 | + <Copyright>RzR</Copyright> |
9 | 9 | <Owners>RzR</Owners> |
10 | 10 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
11 | 11 | <PackageIcon>PackageIcon.png</PackageIcon> |
|
20 | 20 | <Summary>The purpose of this repository/library is to provide the most relevant and used extension methods in the life cycle of application development that allow us to improve our code, and writing speed, and use more efficiently dev team time during this period for more complex functionality.</Summary> |
21 | 21 | <PackageTitle>RzR.Shared.DomainCommonExtensions (DomainCommonExtensions)</PackageTitle> |
22 | 22 | <Title>RzR.Shared.DomainCommonExtensions (DomainCommonExtensions)</Title> |
23 | | - <LangVersion>9.0</LangVersion> |
24 | | - <Language>en-US</Language> |
25 | | - <PackageIconUrl /> |
26 | | - <RepositoryType>GIT</RepositoryType> |
| 23 | + <LangVersion>9.0</LangVersion> |
| 24 | + <Language>en-US</Language> |
| 25 | + <PackageIconUrl /> |
| 26 | + <RepositoryType>GIT</RepositoryType> |
27 | 27 | </PropertyGroup> |
28 | | - |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
30 | | - <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
31 | | - </PropertyGroup> |
32 | 28 |
|
33 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
34 | | - <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
35 | | - </PropertyGroup> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 30 | + <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
| 31 | + </PropertyGroup> |
| 32 | + |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 34 | + <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
| 35 | + </PropertyGroup> |
36 | 36 |
|
37 | 37 | <ItemGroup> |
38 | 38 | <Compile Include="..\shared\GeneralAssemblyInfo.cs" Link="Properties\GeneralAssemblyInfo.cs" /> |
39 | 39 | </ItemGroup> |
40 | 40 |
|
41 | 41 | <ItemGroup> |
42 | | - <None Include="..\..\assets\PackageIcon.png"> |
43 | | - <Pack>True</Pack> |
44 | | - <PackagePath></PackagePath> |
45 | | - </None> |
46 | | - <None Include="..\..\LICENSE"> |
47 | | - <Pack>True</Pack> |
48 | | - <PackagePath></PackagePath> |
49 | | - </None> |
| 42 | + <None Include="..\..\assets\PackageIcon.png"> |
| 43 | + <Pack>True</Pack> |
| 44 | + <PackagePath></PackagePath> |
| 45 | + </None> |
| 46 | + <None Include="..\..\LICENSE"> |
| 47 | + <Pack>True</Pack> |
| 48 | + <PackagePath></PackagePath> |
| 49 | + </None> |
50 | 50 | </ItemGroup> |
51 | 51 |
|
52 | 52 | <ItemGroup> |
53 | | - <PackageReference Include="CodeSource" Version="2.0.0" /> |
54 | | - <!--<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.3" />--> |
| 53 | + <PackageReference Include="CodeSource" Version="4.0.0.2838" /> |
| 54 | + <!--<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.3" />--> |
55 | 55 | </ItemGroup> |
56 | 56 |
|
57 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'"> |
58 | | - <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions"> |
59 | | - <Version>3.1.32</Version> |
60 | | - </PackageReference> |
61 | | - <PackageReference Include="System.Text.Encodings.Web"> |
62 | | - <Version>4.7.2</Version> |
63 | | - </PackageReference> |
64 | | - <PackageReference Include="System.Text.Json"> |
65 | | - <Version>4.7.2</Version> |
66 | | - </PackageReference> |
67 | | - </ItemGroup> |
| 57 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'"> |
| 58 | + <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions"> |
| 59 | + <Version>3.1.32</Version> |
| 60 | + </PackageReference> |
| 61 | + <PackageReference Include="System.Text.Encodings.Web"> |
| 62 | + <Version>4.7.2</Version> |
| 63 | + </PackageReference> |
| 64 | + <PackageReference Include="System.Text.Json"> |
| 65 | + <Version>4.7.2</Version> |
| 66 | + </PackageReference> |
| 67 | + </ItemGroup> |
68 | 68 |
|
69 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
70 | | - <PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> |
71 | | - </ItemGroup> |
| 69 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
| 70 | + <PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> |
| 71 | + </ItemGroup> |
72 | 72 |
|
73 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net45'"> |
74 | | - </ItemGroup> |
| 73 | + <ItemGroup Condition="'$(TargetFramework)' == 'net45'"> |
| 74 | + </ItemGroup> |
75 | 75 |
|
76 | | - <ItemGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^((?!net40).)*$'))"> |
77 | | - <PackageReference Include="System.ValueTuple" Version="4.5.0" /> |
78 | | - <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> |
79 | | - </ItemGroup> |
| 76 | + <ItemGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^((?!net40).)*$'))"> |
| 77 | + <PackageReference Include="System.ValueTuple" Version="4.5.0" /> |
| 78 | + <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> |
| 79 | + </ItemGroup> |
80 | 80 |
|
81 | 81 | <ProjectExtensions> |
82 | 82 | <VisualStudio> |
|
0 commit comments