11<Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ../../version.xml" />
2+ <Import Project =" ../../version.xml" />
33
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 >
2626
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 >
3131
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 >
3535
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 >
4545
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 >
5050
51- <ItemGroup >
52- <ProjectReference Include =" ..\LinqKit.Core\LinqKit.Core.csproj" />
53- </ItemGroup >
51+ <ItemGroup >
52+ <ProjectReference Include =" ..\LinqKit.Core\LinqKit.Core.csproj" />
53+ </ItemGroup >
5454
5555</Project >
0 commit comments