From 1b517959943e51f2e0432fcc829b13cebc66e6cb Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 15 Jun 2024 17:30:55 +0200 Subject: [PATCH] . --- .../LinqKit.EntityFramework.csproj | 108 +++++++++--------- src/LinqKit/LinqKit.csproj | 6 +- ...inqKit.EntityFramework.Tests.Net452.csproj | 63 +++++----- 3 files changed, 83 insertions(+), 94 deletions(-) diff --git a/src/LinqKit.EntityFramework/LinqKit.EntityFramework.csproj b/src/LinqKit.EntityFramework/LinqKit.EntityFramework.csproj index 03dcbba..be68e93 100644 --- a/src/LinqKit.EntityFramework/LinqKit.EntityFramework.csproj +++ b/src/LinqKit.EntityFramework/LinqKit.EntityFramework.csproj @@ -1,59 +1,55 @@  - - - - 1.2.$(PatchVersion) - LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported. - LinqKit for EntityFramework with Include(...) and IAsync support. - Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath - net45;netstandard2.1 - $(DefineConstants);EF - true - LinqKit.EntityFramework - LinqKit.EntityFramework.snk - true - true - LinqKit.EntityFramework - linq;EF;EntityFramework;Entity;Framework - https://github.com/scottksmith95/LINQKit - MIT - git - https://github.com/scottksmith95/LINQKit - false - false - false - - - - $(MSBuildProjectDirectory)=/ - true - - - - - - - - - All - - - All - - - - - - - - - - - - - - - - + + + + 1.2.$(PatchVersion) + LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported. + LinqKit for EntityFramework with Include(...) and IAsync support. + Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath + net45;netstandard2.1 + $(DefineConstants);EF + true + LinqKit.EntityFramework + LinqKit.EntityFramework.snk + true + true + LinqKit.EntityFramework + linq;EF;EntityFramework;Entity;Framework + https://github.com/scottksmith95/LINQKit + MIT + git + https://github.com/scottksmith95/LINQKit + false + false + false + + + + $(MSBuildProjectDirectory)=/ + true + + + + + + + + + All + + + All + + + + + + + + + + + + \ No newline at end of file diff --git a/src/LinqKit/LinqKit.csproj b/src/LinqKit/LinqKit.csproj index d630eac..3704ac9 100644 --- a/src/LinqKit/LinqKit.csproj +++ b/src/LinqKit/LinqKit.csproj @@ -38,16 +38,12 @@ All + - - - - - diff --git a/tests/LinqKit.EntityFramework.Tests.Net452/LinqKit.EntityFramework.Tests.Net452.csproj b/tests/LinqKit.EntityFramework.Tests.Net452/LinqKit.EntityFramework.Tests.Net452.csproj index 37d3618..ff0a8aa 100644 --- a/tests/LinqKit.EntityFramework.Tests.Net452/LinqKit.EntityFramework.Tests.Net452.csproj +++ b/tests/LinqKit.EntityFramework.Tests.Net452/LinqKit.EntityFramework.Tests.Net452.csproj @@ -1,40 +1,37 @@ - + - - Stef Heyenrath - net452 - LinqKit.Microsoft.EntityFrameworkCore.Tests - LinqKit.Microsoft.EntityFrameworkCore.Tests - true - false - false - false - + + Stef Heyenrath + net452 + LinqKit.Microsoft.EntityFrameworkCore.Tests + LinqKit.Microsoft.EntityFrameworkCore.Tests + true + false + false + false + - - - + + + - - - + + + - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + - - - - - - - + + + \ No newline at end of file