csharp-sdk-upm/Sample/LiveQueryApp/LiveQueryApp.csproj

13 lines
320 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-05-13 17:18:59 +08:00
<TargetFramework>netcoreapp3.0</TargetFramework>
2020-05-18 10:36:38 +08:00
<ReleaseVersion>0.4.2</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\LiveQuery\LiveQuery\LiveQuery.csproj" />
</ItemGroup>
</Project>