csharp-sdk-upm/LiveQuery/LiveQuery.Standard/LiveQuery.Standard.csproj

15 lines
488 B
XML
Raw Normal View History

2021-04-07 18:11:04 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2021-04-08 14:21:41 +08:00
<ReleaseVersion>0.7.3</ReleaseVersion>
2021-04-07 18:11:04 +08:00
<AssemblyName>LiveQuery.Standard</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LiveQuery\LiveQuery.csproj" />
<ProjectReference Include="..\..\Realtime\Realtime.Standard\Realtime.Standard.csproj" />
</ItemGroup>
</Project>