Skip to content

Commit

Permalink
Add "LinqKit.Microsoft.EntityFrameworkCore31" again to solution + cha…
Browse files Browse the repository at this point in the history
…nge some projects to netcore2.1
  • Loading branch information
StefH committed Jan 16, 2021
1 parent 47552bb commit d2dceec
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
19 changes: 19 additions & 0 deletions LinqKit Solution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppNetCore5Ef5", "ex
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqKit.Microsoft.EntityFrameworkCore5", "src\LinqKit.Microsoft.EntityFrameworkCore5\LinqKit.Microsoft.EntityFrameworkCore5.csproj", "{660DA417-55A4-4171-9329-1C45B7E24FED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqKit.Microsoft.EntityFrameworkCore31", "src\LinqKit.Microsoft.EntityFrameworkCore31\LinqKit.Microsoft.EntityFrameworkCore31.csproj", "{FCD65032-6289-465A-9230-DD6BD2FFB376}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -532,6 +534,22 @@ Global
{660DA417-55A4-4171-9329-1C45B7E24FED}.Release|x64.Build.0 = Release|Any CPU
{660DA417-55A4-4171-9329-1C45B7E24FED}.Release|x86.ActiveCfg = Release|Any CPU
{660DA417-55A4-4171-9329-1C45B7E24FED}.Release|x86.Build.0 = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|ARM.ActiveCfg = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|ARM.Build.0 = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|x64.ActiveCfg = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|x64.Build.0 = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|x86.ActiveCfg = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Debug|x86.Build.0 = Debug|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|Any CPU.Build.0 = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|ARM.ActiveCfg = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|ARM.Build.0 = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|x64.ActiveCfg = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|x64.Build.0 = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|x86.ActiveCfg = Release|Any CPU
{FCD65032-6289-465A-9230-DD6BD2FFB376}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -564,6 +582,7 @@ Global
{5324A388-FBAA-4F96-B348-C00EAE66C1D3} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{C7642256-0B6C-4BE8-9EB1-937B3F4F19D2} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{660DA417-55A4-4171-9329-1C45B7E24FED} = {2F7F283D-5576-417F-A467-EC210226AC3B}
{FCD65032-6289-465A-9230-DD6BD2FFB376} = {2F7F283D-5576-417F-A467-EC210226AC3B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F6283C5-9029-434E-BD90-E95FB377DA9B}
Expand Down
2 changes: 1 addition & 1 deletion examples/ClassLibraryNoEF/ClassLibraryNoEF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<StartupObject>ClassLibraryNoEF.Program</StartupObject>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../version.xml" />

<PropertyGroup>
<Version>3.1.0.0</Version>
<Version>3.1.$(PatchVersion)</Version>
<DefineConstants>$(DefineConstants);EFCORE;EFCORE3</DefineConstants>
<Description>LinqKit.Microsoft.EntityFrameworkCore contains extensions for LINQ to SQL and EntityFrameworkCore. With Include(...) and IDbAsync support.</Description>
<AssemblyTitle>LinqKit for Microsoft.EntityFrameworkCore with Include(...) and IAsync support.</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Authors>Stef Heyenrath</Authors>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DefineConstants>$(DefineConstants);EFCORE</DefineConstants>
<AssemblyName>LinqKit.Microsoft.EntityFrameworkCore.Tests</AssemblyName>
<PackageId>LinqKit.Microsoft.EntityFrameworkCore.Tests</PackageId>
Expand Down Expand Up @@ -32,7 +32,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="2.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.1" />
Expand Down

0 comments on commit d2dceec

Please sign in to comment.