|
2 | 2 | <Import Project="../../version.xml" />
|
3 | 3 |
|
4 | 4 | <PropertyGroup>
|
5 |
| - <Version>2.2.$(PatchVersion)</Version> |
6 |
| - <Description>Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support</Description> |
7 |
| - <AssemblyTitle>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyTitle> |
8 |
| - <Authors>ZZZ Projects;Stef Heyenrath</Authors> |
9 |
| - <TargetFrameworks>netstandard2.0</TargetFrameworks> |
10 |
| - <DefineConstants>$(DefineConstants);EFCORE;EFCORE_2X;EFDYNAMICFUNCTIONS</DefineConstants> |
11 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
12 | 5 | <AssemblyName>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyName>
|
13 | 6 | <AssemblyOriginatorKeyFile>Microsoft.EntityFrameworkCore.DynamicLinq.snk</AssemblyOriginatorKeyFile>
|
14 |
| - <SignAssembly>true</SignAssembly> |
15 |
| - <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
| 7 | + <AssemblyTitle>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyTitle> |
| 8 | + <DefineConstants>$(DefineConstants);EFCORE;EFCORE_2X;EFDYNAMICFUNCTIONS</DefineConstants> |
| 9 | + <Description>Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support</Description> |
16 | 10 | <PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
|
17 |
| - <PackageReleaseNotes>Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes> |
18 |
| - <PackageProjectUrl>https://dynamic-linq.net/</PackageProjectUrl> |
19 |
| - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
20 |
| - <PackageIconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</PackageIconUrl> |
21 |
| - <RepositoryType>git</RepositoryType> |
22 |
| - <RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl> |
23 |
| - <DefaultLanguage>en-us</DefaultLanguage> |
24 | 11 | <ProjectGuid>{D3804228-91F4-4502-9595-39584E510001}</ProjectGuid>
|
25 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
26 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
27 |
| - <Company>ZZZ Projects</Company> |
28 |
| - <Copyright>Copyright © ZZZ Projects</Copyright> |
29 |
| - <LangVersion>10</LangVersion> |
30 |
| - <Nullable>enable</Nullable> |
| 12 | + <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 13 | + <Version>2.2.$(PatchVersion)</Version> |
31 | 14 | </PropertyGroup>
|
32 | 15 |
|
33 | 16 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
34 | 17 | <DebugType>full</DebugType>
|
35 | 18 | </PropertyGroup>
|
36 | 19 |
|
37 | 20 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
38 |
| - <!--<IncludeSource>True</IncludeSource> |
39 |
| - <IncludeSymbols>True</IncludeSymbols> |
40 |
| - <PathMap>$(MSBuildProjectDirectory)=/</PathMap>--> |
41 | 21 | <DebugType>portable</DebugType>
|
42 | 22 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
43 | 23 | </PropertyGroup>
|
|
59 | 39 | </ItemGroup>
|
60 | 40 |
|
61 | 41 | <ItemGroup>
|
62 |
| - <PackageReference Include="JetBrains.Annotations" Version="2020.3.0" PrivateAssets="All" /> |
| 42 | + <PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="All" /> |
63 | 43 | <PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
|
64 | 44 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.1" />
|
65 | 45 | </ItemGroup>
|
|
0 commit comments