2020-05-13 14:07:35 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-05-13 17:18:59 +08:00
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2021-01-14 15:35:50 +08:00
|
|
|
<ReleaseVersion>0.6.0</ReleaseVersion>
|
2020-05-13 14:07:35 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-05-13 17:06:43 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\LiveQuery\LiveQuery\LiveQuery.csproj" />
|
|
|
|
</ItemGroup>
|
2020-05-13 14:07:35 +08:00
|
|
|
</Project>
|