Skip to content

Commit 749bb0f

Browse files
Add test for .NET Standard 2.1
1 parent 9d3900e commit 749bb0f

27 files changed

+89
-24
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
6+
<IsPackable>false</IsPackable>
7+
</PropertyGroup>
8+
9+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
10+
<DefineConstants>TRACE;USE_CSPACE</DefineConstants>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="Effort.EF6" Version="2.2.1" />
15+
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
17+
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
18+
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
19+
<PackageReference Include="Oracle.ManagedDataAccess.EntityFramework" Version="19.3.0" />
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<ProjectReference Include="..\EntityFramework.DynamicFilters.NetStandard21\EntityFramework.DynamicFilters.NetStandard21.csproj" />
24+
</ItemGroup>
25+
26+
<Import Project="..\DynamicFiltersTests.Shared\DynamicFiltersTests.Shared.projitems" Label="Shared" />
27+
28+
</Project>

0 commit comments

Comments
 (0)