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/EFCore.Jet.Data.Tests/EFCore.Jet.Data.Tests.csproj

46 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(JetTestWindowsOnlyTargetFramework)</TargetFramework>
<Platforms>AnyCPU;x86;x64</Platforms>
<RootNamespace>EntityFrameworkCore.Jet.Data.Tests</RootNamespace>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="Resources\UpdateTestQueries.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\CheckIfTableExistsTestQueries.txt" />
</ItemGroup>
<ItemGroup>
<None Include="E2E.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Resources\InsertTestQueries.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Data.Odbc" />
<PackageReference Include="System.Data.OleDb" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="coverlet.collector">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\EFCore.Jet.Data\EFCore.Jet.Data.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\Northwind.sql">
<Link>Northwind.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>