You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/System.Data.Jet.Performance.../System.Data.Jet.Performance...

28 lines
979 B
XML

<Project Sdk="Microsoft.NET.Sdk">
8 years ago
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Platforms>AnyCPU;x86;x64</Platforms>
8 years ago
</PropertyGroup>
8 years ago
<ItemGroup>
<None Remove="System.Data.Jet.PerformanceTest.csproj.DotSettings" />
8 years ago
</ItemGroup>
8 years ago
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="coverlet.collector" Version="1.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
8 years ago
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\System.Data.Jet\System.Data.Jet.csproj" />
</ItemGroup>
8 years ago
</Project>