2021-05-21 18:32:25 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Framework\MultiShop.Shop.Framework.csproj" />
|
2021-07-10 02:47:40 +00:00
|
|
|
<ProjectReference Include="..\..\SimpleLogger\SimpleLogger.csproj" />
|
2021-05-21 18:32:25 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|