oneRain 2021-04-07 18:28:42 +08:00
parent fab388fab4
commit 2bc247f3df
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.7.2</ReleaseVersion>
<AssemblyName>Storage.Unity</AssemblyName>
<AssemblyName>LiveQuery.Unity</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LiveQuery.AOT\LiveQuery.AOT.csproj" />
<ProjectReference Include="..\..\Storage\Storage.Unity\Storage.Unity.csproj" />
<ProjectReference Include="..\..\Realtime\Realtime.Unity\Realtime.Unity.csproj" />
</ItemGroup>
</Project>