<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DocumentationFile>D:\gh-project\Geoff\AMESCoreStudio\AMESCoreStudio.WebApi\AMESCoreStudio.WebApi.xml</DocumentationFile> </PropertyGroup> <ItemGroup> <Compile Remove="Controllers\AMES\FactoryInfosController.cs" /> <Compile Remove="Controllers\AMES\FactoryUnitController.cs" /> <Compile Remove="Controllers\AMES\LineInfosController.cs" /> <Compile Remove="DTO\AccountDTO.cs" /> <Compile Remove="Models\Account.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.8"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.8" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.18" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.18"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" /> <PackageReference Include="Oracle.EntityFrameworkCore" Version="5.21.1" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" /> </ItemGroup> </Project>