|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net7.0-windows7.0</TargetFramework>
|
|
|
|
|
|
<RootNamespace>EntityFrameworkCore.Jet.FunctionalTests</RootNamespace>
|
|
|
|
|
|
<AssemblyName>EntityFrameworkCore.Jet.FunctionalTests</AssemblyName>
|
|
|
|
|
|
<Platforms>AnyCPU;x86;x64</Platforms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\Shared\**\*.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.3.0-preview-20220810-02" />
|
|
|
|
|
|
<PackageReference Include="xunit.core" />
|
|
|
|
|
|
<PackageReference Include="xunit.assert" />
|
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" />
|
|
|
|
|
|
<PackageReference Include="xunit.runner.console" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" />
|
|
|
|
|
|
<PackageReference Include="System.Data.Odbc" Version="7.0.0" />
|
|
|
|
|
|
<PackageReference Include="System.Data.OleDb" Version="7.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(LocalEFCoreRepository)' == ''">
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="7.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(LocalEFCoreRepository)' != ''">
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Abstractions">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Abstractions.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Analyzers">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Analyzers.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Design">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Design.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Design.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Proxies">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Proxies.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Relational">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Relational.Specification.Tests.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Specification.Tests">
|
|
|
|
|
|
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Specification.Tests.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
|
|
|
|
|
|
<PackageReference Include="NetTopologySuite" />
|
|
|
|
|
|
<PackageReference Include="System.ComponentModel.TypeConverter" />
|
|
|
|
|
|
<PackageReference Include="Castle.Core" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="config.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\xunit.runner.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="ConcurrencyDetectorJetTest.cs" />
|
|
|
|
|
|
<None Include="GraphUpdates\GraphUpdatesJetTest.cs" />
|
|
|
|
|
|
<None Include="GraphUpdates\ProxyGraphUpdatesJetTest.cs" />
|
|
|
|
|
|
<None Include="MigrationsSqlGeneratorTestBase.cs" />
|
|
|
|
|
|
<None Include="PropertyEntryJetTest.cs" />
|
|
|
|
|
|
<None Include="Query\FromSqlQueryJetTest.cs" />
|
|
|
|
|
|
<None Include="UpdatesJetTest.cs" />
|
|
|
|
|
|
<None Remove="TestResults\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\src\EFCore.Jet\EFCore.Jet.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="config.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="..\Northwind.sql">
|
|
|
|
|
|
<Link>Northwind.sql</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Remove="TestResults\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="TestResults\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="ConcurrencyDetectorJetTest.cs" />
|
|
|
|
|
|
<Compile Remove="GraphUpdates\GraphUpdatesJetTest.cs" />
|
|
|
|
|
|
<Compile Remove="GraphUpdates\ProxyGraphUpdatesJetTest.cs" />
|
|
|
|
|
|
<Compile Remove="MigrationsSqlGeneratorTestBase.cs" />
|
|
|
|
|
|
<Compile Remove="PropertyEntryJetTest.cs" />
|
|
|
|
|
|
<Compile Remove="Query\FromSqlQueryJetTest.cs" />
|
|
|
|
|
|
<Compile Remove="UpdatesJetTest.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|