NewGaoKaoApi/New_College.Repository/New_College.Repository.csproj

25 lines
711 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\New_College.Api\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\New_College\bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LinqKit" Version="1.1.17" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\New_College.Model\New_College.Model.csproj" />
</ItemGroup>
</Project>