2021-05-21 18:32:25 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-13 05:35:31 +00:00
|
|
|
<ProjectReference Include="..\Framework\Props.Shop.Framework.csproj" />
|
2021-07-10 05:24:29 +00:00
|
|
|
<ProjectReference Include="..\..\..\Libraries\SimpleLogger\SimpleLogger.csproj" />
|
2021-05-21 18:32:25 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|