You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
694 B
19 lines
694 B
2 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<Import Project="..\..\common.props" />
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
<RootNamespace>WmsWebApi</RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
|
||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.*" />
|
||
|
<ProjectReference Include="..\..\src\WmsWebApi.EntityFrameworkCore\WmsWebApi.EntityFrameworkCore.csproj" />
|
||
|
<ProjectReference Include="..\WmsWebApi.TestBase\WmsWebApi.TestBase.csproj" />
|
||
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.4" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|