|
2 | 2 | <PropertyGroup>
|
3 | 3 | <Description>Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support</Description>
|
4 | 4 | <AssemblyTitle>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyTitle>
|
5 |
| - <VersionPrefix>1.0.4.7</VersionPrefix> |
| 5 | + <VersionPrefix>1.0.4.8</VersionPrefix> |
6 | 6 | <Authors>Stef Heyenrath</Authors>
|
7 | 7 | <TargetFrameworks>net451;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
|
8 | 8 | <DefineConstants>$(DefineConstants);EFCORE</DefineConstants>
|
|
32 | 32 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
33 | 33 | </PropertyGroup>
|
34 | 34 |
|
35 |
| - <!--<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'"> |
| 35 | + <PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'"> |
36 | 36 | <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
|
37 | 37 | <NugetTargetMoniker>UAP,Version=v10.0</NugetTargetMoniker>
|
38 | 38 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
42 | 42 | <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
|
43 | 43 | <DefineConstants>$(DefineConstants);WINDOWS_UWP;UAP10_0</DefineConstants>
|
44 | 44 | <LanguageTargets>$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets</LanguageTargets>
|
45 |
| - </PropertyGroup>--> |
| 45 | + </PropertyGroup> |
46 | 46 |
|
47 | 47 | <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
|
48 | 48 | <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
|
|
67 | 67 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
|
68 | 68 | <Reference Include="System" />
|
69 | 69 | <Reference Include="Microsoft.CSharp" />
|
| 70 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
70 | 71 | </ItemGroup>
|
71 | 72 |
|
72 | 73 | <ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
73 | 74 | <Reference Include="System" />
|
74 | 75 | <Reference Include="Microsoft.CSharp" />
|
| 76 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
75 | 77 | </ItemGroup>
|
76 | 78 |
|
77 | 79 | <ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
|
78 | 80 | <Reference Include="System" />
|
79 | 81 | <Reference Include="Microsoft.CSharp" />
|
| 82 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
80 | 83 | </ItemGroup>
|
81 | 84 |
|
82 | 85 | <ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
83 | 86 | <Reference Include="System" />
|
84 | 87 | <Reference Include="Microsoft.CSharp" />
|
| 88 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
85 | 89 | </ItemGroup>
|
86 | 90 |
|
87 | 91 | <ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
|
88 | 92 | <Reference Include="System" />
|
89 | 93 | <Reference Include="Microsoft.CSharp" />
|
90 |
| - </ItemGroup> |
| 94 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
| 95 | + </ItemGroup> |
91 | 96 |
|
92 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' "> |
93 |
| - <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.1" /> |
| 97 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 98 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
| 99 | + </ItemGroup> |
| 100 | + |
| 101 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
| 102 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0" /> |
94 | 103 | </ItemGroup>
|
| 104 | + |
| 105 | + <!--<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' "> |
| 106 | + <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.1" /> |
| 107 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
| 108 | + </ItemGroup>--> |
95 | 109 | </Project>
|
0 commit comments