2021-04-07 18:11:04 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<ReleaseVersion>0.7.2</ReleaseVersion>
|
2021-04-07 18:28:42 +08:00
|
|
|
<AssemblyName>LiveQuery.Unity</AssemblyName>
|
2021-04-07 18:11:04 +08:00
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\LiveQuery.AOT\LiveQuery.AOT.csproj" />
|
2021-04-07 18:28:42 +08:00
|
|
|
<ProjectReference Include="..\..\Realtime\Realtime.Unity\Realtime.Unity.csproj" />
|
2021-04-07 18:11:04 +08:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|