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>
2021-03-19 14:33:43 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2021-03-25 11:52:38 +08:00
<ReleaseVersion>0.7.1</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\LiveQuery\LiveQuery\LiveQuery.csproj" />
</ItemGroup>
</Project>