2020-05-13 14:07:35 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-03-19 14:33:43 +08:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2021-04-21 15:06:42 +08:00
|
|
|
<ReleaseVersion>0.7.5</ReleaseVersion>
|
2020-05-13 14:07:35 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-05-13 17:06:43 +08:00
|
|
|
<ItemGroup>
|
2021-04-14 11:43:04 +08:00
|
|
|
<ProjectReference Include="..\..\LiveQuery\LiveQuery\LiveQuery.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Storage\Storage.Standard\Storage.Standard.csproj" />
|
2020-05-13 17:06:43 +08:00
|
|
|
</ItemGroup>
|
2020-05-13 14:07:35 +08:00
|
|
|
</Project>
|