1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <Import Project =" ../../version.xml" />
2
+ <Import Project =" ../../version.xml" />
3
3
4
- <PropertyGroup >
5
- <Version >1.3.$(PatchVersion)</Version >
6
- <Description >LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.</Description >
7
- <AssemblyTitle >LinqKit for EntityFramework with Include(...) and IAsync support.</AssemblyTitle >
8
- <Authors >Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath</Authors >
9
- <TargetFrameworks >net45;netstandard2.1</TargetFrameworks >
10
- <DefineConstants >$(DefineConstants);EF</DefineConstants >
11
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
12
- <AssemblyName >LinqKit.EntityFramework</AssemblyName >
13
- <AssemblyOriginatorKeyFile >LinqKit.EntityFramework.snk</AssemblyOriginatorKeyFile >
14
- <SignAssembly >true</SignAssembly >
15
- <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
16
- <PackageId >LinqKit.EntityFramework</PackageId >
17
- <PackageTags >linq;EF;EntityFramework;Entity;Framework</PackageTags >
18
- <PackageProjectUrl >https://github.com/scottksmith95/LINQKit</PackageProjectUrl >
19
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
20
- <RepositoryType >git</RepositoryType >
21
- <RepositoryUrl >https://github.com/scottksmith95/LINQKit</RepositoryUrl >
22
- <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
23
- <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
24
- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
25
- </PropertyGroup >
4
+ <PropertyGroup >
5
+ <Version >1.3.$(PatchVersion)</Version >
6
+ <Description >LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.</Description >
7
+ <AssemblyTitle >LinqKit for EntityFramework with Include(...) and IAsync support.</AssemblyTitle >
8
+ <Authors >Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath</Authors >
9
+ <TargetFrameworks >net45;netstandard2.1</TargetFrameworks >
10
+ <DefineConstants >$(DefineConstants);EF</DefineConstants >
11
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
12
+ <AssemblyName >LinqKit.EntityFramework</AssemblyName >
13
+ <AssemblyOriginatorKeyFile >LinqKit.EntityFramework.snk</AssemblyOriginatorKeyFile >
14
+ <SignAssembly >true</SignAssembly >
15
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
16
+ <PackageId >LinqKit.EntityFramework</PackageId >
17
+ <PackageTags >linq;EF;EntityFramework;Entity;Framework</PackageTags >
18
+ <PackageProjectUrl >https://github.com/scottksmith95/LINQKit</PackageProjectUrl >
19
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
20
+ <RepositoryType >git</RepositoryType >
21
+ <RepositoryUrl >https://github.com/scottksmith95/LINQKit</RepositoryUrl >
22
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
23
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
24
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
25
+ </PropertyGroup >
26
26
27
- <PropertyGroup Condition =" '$(Configuration)' == 'Release' or '$(Configuration)' == 'ReleaseForGithubActions' " >
28
- <PathMap >$(MSBuildProjectDirectory)=/</PathMap >
29
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
30
- </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' or '$(Configuration)' == 'ReleaseForGithubActions' " >
28
+ <PathMap >$(MSBuildProjectDirectory)=/</PathMap >
29
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
30
+ </PropertyGroup >
31
31
32
- <ItemGroup >
33
- <Compile Include =" ..\LinqKit.Core\Extensions.cs;..\LinqKit.Core\ExpandableQuery.cs;..\LinqKit.Core\ExpandableDbAsyncEnumerator.cs" />
34
- </ItemGroup >
32
+ <ItemGroup >
33
+ <Compile Include =" ..\LinqKit.Core\Extensions.cs;..\LinqKit.Core\ExpandableQuery.cs;..\LinqKit.Core\ExpandableDbAsyncEnumerator.cs" />
34
+ </ItemGroup >
35
35
36
- <ItemGroup >
37
- <PackageReference Include =" JetBrains.Annotations" Version =" 2022.1 .0" >
38
- <PrivateAssets >All</PrivateAssets >
39
- </PackageReference >
40
- <PackageReference Include =" Timestamp" Version =" 1.0.2" >
41
- <PrivateAssets >All</PrivateAssets >
42
- </PackageReference >
43
- <PackageReference Include =" EntityFramework" Version =" 6.5.0 " />
44
- </ItemGroup >
36
+ <ItemGroup >
37
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .0" >
38
+ <PrivateAssets >All</PrivateAssets >
39
+ </PackageReference >
40
+ <PackageReference Include =" Timestamp" Version =" 1.0.2" >
41
+ <PrivateAssets >All</PrivateAssets >
42
+ </PackageReference >
43
+ <PackageReference Include =" EntityFramework" Version =" 6.5.1 " />
44
+ </ItemGroup >
45
45
46
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
47
- <Reference Include =" System" />
48
- <Reference Include =" Microsoft.CSharp" />
49
- </ItemGroup >
46
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" Microsoft.CSharp" />
49
+ </ItemGroup >
50
50
51
- <ItemGroup >
52
- <ProjectReference Include =" ..\LinqKit.Core\LinqKit.Core.csproj" />
53
- </ItemGroup >
51
+ <ItemGroup >
52
+ <ProjectReference Include =" ..\LinqKit.Core\LinqKit.Core.csproj" />
53
+ </ItemGroup >
54
54
55
55
</Project >
0 commit comments